#F1D492

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

Shades of Splash #F1D492

Tints of Splash #F1D492

Color information

#F1D492 (or 0xF1D492) is unknown color: approx Splash. HEX triplet: F1, D4 and 92. RGB value is (241,212,146). Sum of RGB (Red+Green+Blue) = 241+212+146=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D492 is #0E2B6D. Grayscale: #D5D5D5. Windows color (decimal): -928622 or 9622769. OLE color: 9622769.

HSL color Cylindrical-coordinate representation of color #F1D492: hue angle of 41.68º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1D492 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241212146-
CMYK00.120.390.05
HSL41.68º77.24%75.88%-
HSV(B)41.68º39.42%94.51%-
XYZ65.0167.8636.87-
YUV213.1590.11147.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 146 (57.42% from 255) = 24.37%
R=40.23%
G=35.39%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121214600.120.390.0541.6877.2475.88
HexF1D4920C2752a4d4c
Octal36132422201447552115114
Binary1111000111010100100100100110010011110110101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D492; }

 p { color: rgb(241,212,146); }

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

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

 a { background-color: rgb(241,212,146); }

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

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

 span { border-color: rgb(241,212,146); }

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