#F1CC8B

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

Shades of Cherokee #F1CC8B

Tints of Cherokee #F1CC8B

Color information

#F1CC8B (or 0xF1CC8B) is unknown color: approx Cherokee. HEX triplet: F1, CC and 8B. RGB value is (241,204,139). Sum of RGB (Red+Green+Blue) = 241+204+139=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CC8B is #0E3374. Grayscale: #CFCFCF. Windows color (decimal): -930677 or 9161969. OLE color: 9161969.

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

Color convert

RGB241204139-
CMYK00.150.420.05
HSL38.24º78.46%74.51%-
HSV(B)38.24º42.32%94.51%-
XYZ62.5363.7533.44-
YUV207.6589.26151.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 139 (54.69% from 255) = 23.80%
R=41.27%
G=34.93%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120413900.150.420.0538.2478.4674.51
HexF1CC8B0F2A5264e4b
Octal36131421301752546116113
Binary1111000111001100100010110111110101010110011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC8B; }

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

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

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

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

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

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

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

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