#F5D691

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

Shades of Splash #F5D691

Tints of Splash #F5D691

Color information

#F5D691 (or 0xF5D691) is unknown color: approx Splash. HEX triplet: F5, D6 and 91. RGB value is (245,214,145). Sum of RGB (Red+Green+Blue) = 245+214+145=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D691 is #0A296E. Grayscale: #D7D7D7. Windows color (decimal): -665967 or 9557749. OLE color: 9557749.

HSL color Cylindrical-coordinate representation of color #F5D691: hue angle of 41.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5D691 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB245214145-
CMYK00.130.410.04
HSL41.4º83.33%76.47%-
HSV(B)41.4º40.82%96.08%-
XYZ66.8169.5536.69-
YUV215.488.27149.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 145 (57.03% from 255) = 24.01%
R=40.56%
G=35.43%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521414500.130.410.0441.483.3376.47
HexF5D6910D29429534c
Octal36532622101551451123114
Binary1111010111010110100100010110110100110010100110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D691; }

 p { color: rgb(245,214,145); }

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

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

 a { background-color: rgb(245,214,145); }

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

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

 span { border-color: rgb(245,214,145); }

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