#F5DC99

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

Shades of Splash #F5DC99

Tints of Splash #F5DC99

Color information

#F5DC99 (or 0xF5DC99) is unknown color: approx Splash. HEX triplet: F5, DC and 99. RGB value is (245,220,153). Sum of RGB (Red+Green+Blue) = 245+220+153=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC99 is #0A2366. Grayscale: #DCDCDC. Windows color (decimal): -664423 or 10083573. OLE color: 10083573.

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

Color convert

RGB245220153-
CMYK00.100.380.04
HSL43.7º82.14%78.04%-
HSV(B)43.7º37.55%96.08%-
XYZ6972.940.57-
YUV219.8490.28145.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 153 (60.16% from 255) = 24.76%
R=39.64%
G=35.60%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522015300.100.380.0443.782.1478.04
HexF5DC990A2642c524e
Octal36533423101246454122116
Binary1111010111011100100110010101010011010010110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DC99; }

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

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

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

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

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

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

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

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