#F1D597

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

Shades of Splash #F1D597

Tints of Splash #F1D597

Color information

#F1D597 (or 0xF1D597) is unknown color: approx Splash. HEX triplet: F1, D5 and 97. RGB value is (241,213,151). Sum of RGB (Red+Green+Blue) = 241+213+151=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D597 is #0E2A68. Grayscale: #D6D6D6. Windows color (decimal): -928361 or 9950705. OLE color: 9950705.

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

Color convert

RGB241213151-
CMYK00.120.370.05
HSL41.33º76.27%76.86%-
HSV(B)41.33º37.34%94.51%-
XYZ65.6668.5239.04-
YUV214.392.28147.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=39.83%
G=35.21%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121315100.120.370.0541.3376.2776.86
HexF1D5970C255294c4d
Octal36132522701445551114115
Binary1111000111010101100101110110010010110110100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D597; }

 p { color: rgb(241,213,151); }

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

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

 a { background-color: rgb(241,213,151); }

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

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

 span { border-color: rgb(241,213,151); }

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