#FCCA85

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

Shades of Cherokee #FCCA85

Tints of Cherokee #FCCA85

Color information

#FCCA85 (or 0xFCCA85) is unknown color: approx Cherokee. HEX triplet: FC, CA and 85. RGB value is (252,202,133). Sum of RGB (Red+Green+Blue) = 252+202+133=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA85 is #03357A. Grayscale: #D1D1D1. Windows color (decimal): -210299 or 8768252. OLE color: 8768252.

HSL color Cylindrical-coordinate representation of color #FCCA85: hue angle of 34.79º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCCA85 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252202133-
CMYK00.200.470.01
HSL34.79º95.2%75.49%-
HSV(B)34.79º47.22%98.82%-
XYZ65.564.6331.21-
YUV209.0885.06158.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=42.93%
G=34.41%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220213300.200.470.0134.7995.275.49
HexFCCA850142F1235f4b
Octal37431220502457143137113
Binary111111001100101010000101010100101111110001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA85; }

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

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

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

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

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

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

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

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