#F5D792

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

Shades of Splash #F5D792

Tints of Splash #F5D792

Color information

#F5D792 (or 0xF5D792) is unknown color: approx Splash. HEX triplet: F5, D7 and 92. RGB value is (245,215,146). Sum of RGB (Red+Green+Blue) = 245+215+146=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D792 is #0A286D. Grayscale: #D8D8D8. Windows color (decimal): -665710 or 9623541. OLE color: 9623541.

HSL color Cylindrical-coordinate representation of color #F5D792: hue angle of 41.82º 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 #F5D792 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245215146-
CMYK00.120.400.04
HSL41.82º83.19%76.67%-
HSV(B)41.82º40.41%96.08%-
XYZ67.1470.0937.18-
YUV216.188.44148.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 146 (57.42% from 255) = 24.09%
R=40.43%
G=35.48%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521514600.120.400.0441.8283.1976.67
HexF5D7920C2842a534d
Octal36532722201450452123115
Binary1111010111010111100100100110010100010010101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D792; }

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

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

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

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

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

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

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

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