#F7DA96

Color #F7DA96 Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #F7DA96

Tints of Splash #F7DA96

Color information

#F7DA96 (or 0xF7DA96) is unknown color: approx Splash. HEX triplet: F7, DA and 96. RGB value is (247,218,150). Sum of RGB (Red+Green+Blue) = 247+218+150=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DA96 is #082569. Grayscale: #DBDBDB. Windows color (decimal): -533866 or 9886455. OLE color: 9886455.

HSL color Cylindrical-coordinate representation of color #F7DA96: hue angle of 42.06º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7DA96 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247218150-
CMYK00.120.390.03
HSL42.06º85.84%77.84%-
HSV(B)42.06º39.27%96.86%-
XYZ68.9372.1239.14-
YUV218.9289.11148.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 150 (58.98% from 255) = 24.39%
R=40.16%
G=35.45%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721815000.120.390.0342.0685.8477.84
HexF7DA960C2732a564e
Octal36733222601447352126116
Binary111101111101101010010110011001001111110101010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DA96; }

 p { color: rgb(247,218,150); }

 H1.HeaderClassName
 {
   color: #F7DA96;
 }
 .AnyTagClassName
 {
   color: #F7DA96;
 }
</style>
background-color css

<style>
 a { background-color: #F7DA96; }

 a { background-color: rgb(247,218,150); }

 div.DivClassName
 {
   background-color: #F7DA96;
 }
 .BgClassName
 {
   background-color: #F7DA96;
 }
</style>
border-color css

<style>
 span { border-color: #F7DA96; }

 span { border-color: rgb(247,218,150); }

 td.TdClassName
 {
   border-color: #F7DA96;
 }
 .TagClassName
 {
   border-color: #F7DA96;
 }
</style>