#F5DC9B

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

Shades of Splash #F5DC9B

Tints of Splash #F5DC9B

Color information

#F5DC9B (or 0xF5DC9B) is unknown color: approx Splash. HEX triplet: F5, DC and 9B. RGB value is (245,220,155). Sum of RGB (Red+Green+Blue) = 245+220+155=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC9B is #0A2364. Grayscale: #DCDCDC. Windows color (decimal): -664421 or 10214645. OLE color: 10214645.

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

Color convert

RGB245220155-
CMYK00.100.370.04
HSL43.33º81.82%78.43%-
HSV(B)43.33º36.73%96.08%-
XYZ69.1772.9741.45-
YUV220.0691.28145.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 155 (60.94% from 255) = 25%
R=39.52%
G=35.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522015500.100.370.0443.3381.8278.43
HexF5DC9B0A2542b524e
Octal36533423301245453122116
Binary1111010111011100100110110101010010110010101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DC9B; }

 p { color: rgb(245,220,155); }

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

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

 a { background-color: rgb(245,220,155); }

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

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

 span { border-color: rgb(245,220,155); }

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