#F5D291

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

Shades of Splash #F5D291

Tints of Splash #F5D291

Color information

#F5D291 (or 0xF5D291) is unknown color: approx Splash. HEX triplet: F5, D2 and 91. RGB value is (245,210,145). Sum of RGB (Red+Green+Blue) = 245+210+145=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D291 is #0A2D6E. Grayscale: #D5D5D5. Windows color (decimal): -666991 or 9556725. OLE color: 9556725.

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

Color convert

RGB245210145-
CMYK00.140.410.04
HSL39º83.33%76.47%-
HSV(B)39º40.82%96.08%-
XYZ65.8167.5536.36-
YUV213.0589.6150.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 145 (57.03% from 255) = 24.17%
R=40.83%
G=35%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521014500.140.410.043983.3376.47
HexF5D2910E29427534c
Octal36532222101651447123114
Binary1111010111010010100100010111010100110010011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D291; }

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

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

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

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

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

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

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

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