Html Css Color HEX #FCD080 Cherokee

📋 copy color: '#FCD080'

red 252 ◦ green 208 ◦ blue 128

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

Shades of Cherokee #FCD080

Tints of Cherokee #FCD080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.37%

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

R = 42.86%
G = 35.37%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCD080 (or 0xFCD080) is known color: Cherokee. HEX triplet: FC, D0 and 80. RGB value is (252,208,128). Sum of RGB (Red+Green+Blue) = 252+208+128=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD080 is #032F7F. Grayscale: #D4D4D4. Windows color (decimal): -208768 or 8442108. OLE color: 8442108.

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

Color convert

RGB 252 208 128 -
CMYK 0 0.17 0.49 0.01
HSL 38.71º 0.95% 0.75% -
HSV(B) 38.71º 0.49% 0.99% -
XYZ 66.6 67.37 29.91 -
YUV 212.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 252 208 128 0 0.17 0.49 0.01 38.71 0.95 0.75
Hex FC D0 80 0 11 31 1 27 5F 4B
Octal 374 320 200 0 21 61 1 47 137 113
Binary 11111100 11010000 10000000 0 10001 110001 1 100111 1011111 1001011

Color Harmonies of #FCD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD080

Black with #FCD080

Text Example


Text Example

White with #FCD080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD080; }

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

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

background-color css

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

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

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

border-color css

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

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

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