#FEC985

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

Shades of Cherokee #FEC985

Tints of Cherokee #FEC985

Color information

#FEC985 (or 0xFEC985) is unknown color: approx Cherokee. HEX triplet: FE, C9 and 85. RGB value is (254,201,133). Sum of RGB (Red+Green+Blue) = 254+201+133=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC985 is #01367A. Grayscale: #D1D1D1. Windows color (decimal): -79483 or 8767998. OLE color: 8767998.

HSL color Cylindrical-coordinate representation of color #FEC985: hue angle of 33.72º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEC985 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254201133-
CMYK00.210.480.00
HSL33.72º98.37%75.88%-
HSV(B)33.72º47.64%99.61%-
XYZ65.9964.5431.17-
YUV209.185.06160.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=43.20%
G=34.18%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420113300.210.480.0033.7298.3775.88
HexFEC98501530022624c
Octal37631120502560042142114
Binary111111101100100110000101010101110000010001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC985; }

 p { color: rgb(254,201,133); }

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

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

 a { background-color: rgb(254,201,133); }

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

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

 span { border-color: rgb(254,201,133); }

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