Html Css Color HEX #FDCC80 Cherokee

📋 copy color: '#FDCC80'

red 253 ◦ green 204 ◦ blue 128

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

Shades of Cherokee #FDCC80

Tints of Cherokee #FDCC80

RGB

 RED value IS 253 (99.22% from 255) = 43.25%

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

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

R = 43.25%
G = 34.87%
B = 21.88%

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

#FDCC80 (or 0xFDCC80) is known color: Cherokee. HEX triplet: FD, CC and 80. RGB value is (253,204,128). Sum of RGB (Red+Green+Blue) = 253+204+128=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC80 is #02337F. Grayscale: #D2D2D2. Windows color (decimal): -144256 or 8441085. OLE color: 8441085.

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

Color convert

RGB 253 204 128 -
CMYK 0 0.19 0.49 0.01
HSL 36.48º 0.97% 0.75% -
HSV(B) 36.48º 0.49% 0.99% -
XYZ 66 65.63 29.61 -
YUV 209.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 253 204 128 0 0.19 0.49 0.01 36.48 0.97 0.75
Hex FD CC 80 0 13 31 1 24 61 4B
Octal 375 314 200 0 23 61 1 44 141 113
Binary 11111101 11001100 10000000 0 10011 110001 1 100100 1100001 1001011

Color Harmonies of #FDCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC80

Black with #FDCC80

Text Example


Text Example

White with #FDCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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