#F1CC8A

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

Shades of Cherokee #F1CC8A

Tints of Cherokee #F1CC8A

Color information

#F1CC8A (or 0xF1CC8A) is unknown color: approx Cherokee. HEX triplet: F1, CC and 8A. RGB value is (241,204,138). Sum of RGB (Red+Green+Blue) = 241+204+138=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CC8A is #0E3375. Grayscale: #CFCFCF. Windows color (decimal): -930678 or 9096433. OLE color: 9096433.

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

Color convert

RGB241204138-
CMYK00.150.430.05
HSL38.45º78.63%74.31%-
HSV(B)38.45º42.74%94.51%-
XYZ62.4663.7233.05-
YUV207.5488.76151.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=41.34%
G=34.99%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120413800.150.430.0538.4578.6374.31
HexF1CC8A0F2B5264f4a
Octal36131421201753546117112
Binary1111000111001100100010100111110101110110011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC8A; }

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

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

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

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

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

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

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

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