#F1CB8A

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

Shades of Cherokee #F1CB8A

Tints of Cherokee #F1CB8A

Color information

#F1CB8A (or 0xF1CB8A) is unknown color: approx Cherokee. HEX triplet: F1, CB and 8A. RGB value is (241,203,138). Sum of RGB (Red+Green+Blue) = 241+203+138=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CB8A is #0E3475. Grayscale: #CFCFCF. Windows color (decimal): -930934 or 9096177. OLE color: 9096177.

HSL color Cylindrical-coordinate representation of color #F1CB8A: hue angle of 37.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1CB8A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241203138-
CMYK00.160.430.05
HSL37.86º78.63%74.31%-
HSV(B)37.86º42.74%94.51%-
XYZ62.2263.2532.97-
YUV206.9589.09152.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=41.41%
G=34.88%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120313800.160.430.0537.8678.6374.31
HexF1CB8A0102B5264f4a
Octal36131321202053546117112
Binary11110001110010111000101001000010101110110011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CB8A; }

 p { color: rgb(241,203,138); }

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

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

 a { background-color: rgb(241,203,138); }

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

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

 span { border-color: rgb(241,203,138); }

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