#F1CD86

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

Shades of Cherokee #F1CD86

Tints of Cherokee #F1CD86

Color information

#F1CD86 (or 0xF1CD86) is unknown color: approx Cherokee. HEX triplet: F1, CD and 86. RGB value is (241,205,134). Sum of RGB (Red+Green+Blue) = 241+205+134=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CD86 is #0E3279. Grayscale: #CFCFCF. Windows color (decimal): -930426 or 8834545. OLE color: 8834545.

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

Color convert

RGB241205134-
CMYK00.150.440.05
HSL39.81º79.26%73.53%-
HSV(B)39.81º44.4%94.51%-
XYZ62.4164.0831.63-
YUV207.6786.43151.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 134 (52.73% from 255) = 23.10%
R=41.55%
G=35.34%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120513400.150.440.0539.8179.2673.53
HexF1CD860F2C5284f4a
Octal36131520601754550117112
Binary1111000111001101100001100111110110010110100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD86; }

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

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

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

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

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

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

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

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