#F1C88F

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

Shades of Cherokee #F1C88F

Tints of Cherokee #F1C88F

Color information

#F1C88F (or 0xF1C88F) is unknown color: approx Cherokee. HEX triplet: F1, C8 and 8F. RGB value is (241,200,143). Sum of RGB (Red+Green+Blue) = 241+200+143=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C88F is #0E3770. Grayscale: #CECECE. Windows color (decimal): -931697 or 9423089. OLE color: 9423089.

HSL color Cylindrical-coordinate representation of color #F1C88F: hue angle of 34.9º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1C88F is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241200143-
CMYK00.170.410.05
HSL34.9º77.78%75.29%-
HSV(B)34.9º40.66%94.51%-
XYZ61.8961.9934.69-
YUV205.7692.58153.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 143 (56.25% from 255) = 24.49%
R=41.27%
G=34.25%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120014300.170.410.0534.977.7875.29
HexF1C88F011295234e4b
Octal36131021702151543116113
Binary11110001110010001000111101000110100110110001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C88F; }

 p { color: rgb(241,200,143); }

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

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

 a { background-color: rgb(241,200,143); }

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

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

 span { border-color: rgb(241,200,143); }

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