#F1CF8A

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

Shades of Cherokee #F1CF8A

Tints of Cherokee #F1CF8A

Color information

#F1CF8A (or 0xF1CF8A) is unknown color: approx Cherokee. HEX triplet: F1, CF and 8A. RGB value is (241,207,138). Sum of RGB (Red+Green+Blue) = 241+207+138=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CF8A is #0E3075. Grayscale: #D1D1D1. Windows color (decimal): -929910 or 9097201. OLE color: 9097201.

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

Color convert

RGB241207138-
CMYK00.140.430.05
HSL40.19º78.63%74.31%-
HSV(B)40.19º42.74%94.51%-
XYZ63.1865.1633.29-
YUV209.387.76150.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=41.13%
G=35.32%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120713800.140.430.0540.1978.6374.31
HexF1CF8A0E2B5284f4a
Octal36131721201653550117112
Binary1111000111001111100010100111010101110110100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CF8A; }

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

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

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

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

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

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

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

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