#F5D99C

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

Shades of Splash #F5D99C

Tints of Splash #F5D99C

Color information

#F5D99C (or 0xF5D99C) is unknown color: approx Splash. HEX triplet: F5, D9 and 9C. RGB value is (245,217,156). Sum of RGB (Red+Green+Blue) = 245+217+156=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D99C is #0A2663. Grayscale: #DADADA. Windows color (decimal): -665188 or 10279413. OLE color: 10279413.

HSL color Cylindrical-coordinate representation of color #F5D99C: hue angle of 41.12º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5D99C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245217156-
CMYK00.110.360.04
HSL41.12º81.65%78.63%-
HSV(B)41.12º36.33%96.08%-
XYZ68.4771.4441.63-
YUV218.4292.78146.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 156 (61.33% from 255) = 25.24%
R=39.64%
G=35.11%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521715600.110.360.0441.1281.6578.63
HexF5D99C0B24429524f
Octal36533123401344451122117
Binary1111010111011001100111000101110010010010100110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D99C; }

 p { color: rgb(245,217,156); }

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

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

 a { background-color: rgb(245,217,156); }

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

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

 span { border-color: rgb(245,217,156); }

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