#FECA85

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

Shades of Cherokee #FECA85

Tints of Cherokee #FECA85

Color information

#FECA85 (or 0xFECA85) is unknown color: approx Cherokee. HEX triplet: FE, CA and 85. RGB value is (254,202,133). Sum of RGB (Red+Green+Blue) = 254+202+133=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA85 is #01357A. Grayscale: #D2D2D2. Windows color (decimal): -79227 or 8768254. OLE color: 8768254.

HSL color Cylindrical-coordinate representation of color #FECA85: hue angle of 34.21º 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 #FECA85 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254202133-
CMYK00.200.480.00
HSL34.21º98.37%75.88%-
HSV(B)34.21º47.64%99.61%-
XYZ66.2365.0131.25-
YUV209.6884.73159.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=43.12%
G=34.30%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420213300.200.480.0034.2198.3775.88
HexFECA8501430022624c
Octal37631220502460042142114
Binary111111101100101010000101010100110000010001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA85; }

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

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

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

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

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

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

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

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