Html Css Color HEX #FCC885 Cherokee

📋 copy color: '#FCC885'

red 252 ◦ green 200 ◦ blue 133

#FCC885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #FCC885

Tints of Cherokee #FCC885

RGB

 RED value IS 252 (98.83% from 255) = 43.08%

 GREEN value IS 200 (78.52% from 255) = 34.19%

 BLUE value IS 133 (52.34% from 255) = 22.74%

R = 43.08%
G = 34.19%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCC885 (or 0xFCC885) is known color: Cherokee. HEX triplet: FC, C8 and 85. RGB value is (252,200,133). Sum of RGB (Red+Green+Blue) = 252+200+133=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC885 is #03377A. Grayscale: #D0D0D0. Windows color (decimal): -210811 or 8767740. OLE color: 8767740.

HSL color Cylindrical-coordinate representation of color #FCC885: hue angle of 33.78º 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 #FCC885 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 133 -
CMYK 0 0.21 0.47 0.01
HSL 33.78º 0.95% 0.75% -
HSV(B) 33.78º 0.47% 0.99% -
XYZ 65.03 63.7 31.06 -
YUV 207.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 252 200 133 0 0.21 0.47 0.01 33.78 0.95 0.75
Hex FC C8 85 0 15 2F 1 22 5F 4B
Octal 374 310 205 0 25 57 1 42 137 113
Binary 11111100 11001000 10000101 0 10101 101111 1 100010 1011111 1001011

Color Harmonies of #FCC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC885

Black with #FCC885

Text Example


Text Example

White with #FCC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC885; }

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

 H1.HeaderClassName
 {
   color: #FCC885;
 }
 .AnyTagClassName
 {
   color: #FCC885;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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