#F1D699

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

Shades of Splash #F1D699

Tints of Splash #F1D699

Color information

#F1D699 (or 0xF1D699) is unknown color: approx Splash. HEX triplet: F1, D6 and 99. RGB value is (241,214,153). Sum of RGB (Red+Green+Blue) = 241+214+153=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D699 is #0E2966. Grayscale: #D7D7D7. Windows color (decimal): -928103 or 10082033. OLE color: 10082033.

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

Color convert

RGB241214153-
CMYK00.110.370.05
HSL41.59º75.86%77.25%-
HSV(B)41.59º36.51%94.51%-
XYZ66.0769.0939.99-
YUV215.1292.95146.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 153 (60.16% from 255) = 25.16%
R=39.64%
G=35.20%
B=25.16%

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
Decimal24121415300.110.370.0541.5975.8677.25
HexF1D6990B2552a4c4d
Octal36132623101345552114115
Binary1111000111010110100110010101110010110110101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D699; }

 p { color: rgb(241,214,153); }

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

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

 a { background-color: rgb(241,214,153); }

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

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

 span { border-color: rgb(241,214,153); }

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