#F1D798

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

Shades of Splash #F1D798

Tints of Splash #F1D798

Color information

#F1D798 (or 0xF1D798) is unknown color: approx Splash. HEX triplet: F1, D7 and 98. RGB value is (241,215,152). Sum of RGB (Red+Green+Blue) = 241+215+152=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D798 is #0E2867. Grayscale: #D7D7D7. Windows color (decimal): -927848 or 10016753. OLE color: 10016753.

HSL color Cylindrical-coordinate representation of color #F1D798: hue angle of 42.47º 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 #F1D798 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241215152-
CMYK00.110.370.05
HSL42.47º76.07%77.06%-
HSV(B)42.47º36.93%94.51%-
XYZ66.2469.5739.64-
YUV215.5992.11146.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 152 (59.77% from 255) = 25%
R=39.64%
G=35.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121515200.110.370.0542.4776.0777.06
HexF1D7980B2552a4c4d
Octal36132723001345552114115
Binary1111000111010111100110000101110010110110101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D798; }

 p { color: rgb(241,215,152); }

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

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

 a { background-color: rgb(241,215,152); }

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

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

 span { border-color: rgb(241,215,152); }

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