#F1C88B

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

Shades of Cherokee #F1C88B

Tints of Cherokee #F1C88B

Color information

#F1C88B (or 0xF1C88B) is unknown color: approx Cherokee. HEX triplet: F1, C8 and 8B. RGB value is (241,200,139). Sum of RGB (Red+Green+Blue) = 241+200+139=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C88B is #0E3774. Grayscale: #CDCDCD. Windows color (decimal): -931701 or 9160945. OLE color: 9160945.

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

Color convert

RGB241200139-
CMYK00.170.420.05
HSL35.88º78.46%74.51%-
HSV(B)35.88º42.32%94.51%-
XYZ61.5961.8733.12-
YUV205.390.58153.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 139 (54.69% from 255) = 23.97%
R=41.55%
G=34.48%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120013900.170.420.0535.8878.4674.51
HexF1C88B0112A5244e4b
Octal36131021302152544116113
Binary11110001110010001000101101000110101010110010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C88B; }

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

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

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

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

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

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

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

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