Html Css Color HEX #FCCC80 Cherokee

📋 copy color: '#FCCC80'

red 252 ◦ green 204 ◦ blue 128

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

Shades of Cherokee #FCCC80

Tints of Cherokee #FCCC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

 BLUE value IS 128 (50.39% from 255) = 21.92%

R = 43.15%
G = 34.93%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCCC80 (or 0xFCCC80) is known color: Cherokee. HEX triplet: FC, CC and 80. RGB value is (252,204,128). Sum of RGB (Red+Green+Blue) = 252+204+128=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC80 is #03337F. Grayscale: #D2D2D2. Windows color (decimal): -209792 or 8441084. OLE color: 8441084.

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

Color convert

RGB 252 204 128 -
CMYK 0 0.19 0.49 0.01
HSL 36.77º 0.95% 0.75% -
HSV(B) 36.77º 0.49% 0.99% -
XYZ 65.63 65.44 29.59 -
YUV 209.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 252 204 128 0 0.19 0.49 0.01 36.77 0.95 0.75
Hex FC CC 80 0 13 31 1 25 5F 4B
Octal 374 314 200 0 23 61 1 45 137 113
Binary 11111100 11001100 10000000 0 10011 110001 1 100101 1011111 1001011

Color Harmonies of #FCCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC80

Black with #FCCC80

Text Example


Text Example

White with #FCCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC80; }

 p { color: rgb(252,204,128); }

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

background-color css

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

 a { background-color: rgb(252,204,128); }

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

border-color css

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

 span { border-color: rgb(252,204,128); }

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