#F1CE85

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

Shades of Cherokee #F1CE85

Tints of Cherokee #F1CE85

Color information

#F1CE85 (or 0xF1CE85) is unknown color: approx Cherokee. HEX triplet: F1, CE and 85. RGB value is (241,206,133). Sum of RGB (Red+Green+Blue) = 241+206+133=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CE85 is #0E317A. Grayscale: #D0D0D0. Windows color (decimal): -930171 or 8769265. OLE color: 8769265.

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

Color convert

RGB241206133-
CMYK00.150.450.05
HSL40.56º79.41%73.33%-
HSV(B)40.56º44.81%94.51%-
XYZ62.5864.5431.35-
YUV208.1485.6151.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=41.55%
G=35.52%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120613300.150.450.0540.5679.4173.33
HexF1CE850F2D5294f49
Octal36131620501755551117111
Binary1111000111001110100001010111110110110110100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CE85; }

 p { color: rgb(241,206,133); }

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

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

 a { background-color: rgb(241,206,133); }

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

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

 span { border-color: rgb(241,206,133); }

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