#F1CD8B

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

Shades of Cherokee #F1CD8B

Tints of Cherokee #F1CD8B

Color information

#F1CD8B (or 0xF1CD8B) is unknown color: approx Cherokee. HEX triplet: F1, CD and 8B. RGB value is (241,205,139). Sum of RGB (Red+Green+Blue) = 241+205+139=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CD8B is #0E3274. Grayscale: #D0D0D0. Windows color (decimal): -930421 or 9162225. OLE color: 9162225.

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

Color convert

RGB241205139-
CMYK00.150.420.05
HSL38.82º78.46%74.51%-
HSV(B)38.82º42.32%94.51%-
XYZ62.7764.2333.52-
YUV208.2488.93151.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 139 (54.69% from 255) = 23.76%
R=41.20%
G=35.04%
B=23.76%

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
Decimal24120513900.150.420.0538.8278.4674.51
HexF1CD8B0F2A5274e4b
Octal36131521301752547116113
Binary1111000111001101100010110111110101010110011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD8B; }

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

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

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

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

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

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

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

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