#F5D992

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

Shades of Splash #F5D992

Tints of Splash #F5D992

Color information

#F5D992 (or 0xF5D992) is unknown color: approx Splash. HEX triplet: F5, D9 and 92. RGB value is (245,217,146). Sum of RGB (Red+Green+Blue) = 245+217+146=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D992 is #0A266D. Grayscale: #D9D9D9. Windows color (decimal): -665198 or 9624053. OLE color: 9624053.

HSL color Cylindrical-coordinate representation of color #F5D992: hue angle of 43.03º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5D992 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245217146-
CMYK00.110.400.04
HSL43.03º83.19%76.67%-
HSV(B)43.03º40.41%96.08%-
XYZ67.6671.1137.35-
YUV217.2887.78147.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 146 (57.42% from 255) = 24.01%
R=40.30%
G=35.69%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521714600.110.400.0443.0383.1976.67
HexF5D9920B2842b534d
Octal36533122201350453123115
Binary1111010111011001100100100101110100010010101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D992; }

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

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

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

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

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

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

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

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