Html Css Color HEX #FDCD80 Cherokee

📋 copy color: '#FDCD80'

red 253 ◦ green 205 ◦ blue 128

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

Shades of Cherokee #FDCD80

Tints of Cherokee #FDCD80

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.98%

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

R = 43.17%
G = 34.98%
B = 21.84%

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

#FDCD80 (or 0xFDCD80) is known color: Cherokee. HEX triplet: FD, CD and 80. RGB value is (253,205,128). Sum of RGB (Red+Green+Blue) = 253+205+128=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD80 is #02327F. Grayscale: #D2D2D2. Windows color (decimal): -144000 or 8441341. OLE color: 8441341.

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

Color convert

RGB 253 205 128 -
CMYK 0 0.19 0.49 0.01
HSL 36.96º 0.97% 0.75% -
HSV(B) 36.96º 0.49% 0.99% -
XYZ 66.24 66.1 29.69 -
YUV 210.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 253 205 128 0 0.19 0.49 0.01 36.96 0.97 0.75
Hex FD CD 80 0 13 31 1 25 61 4B
Octal 375 315 200 0 23 61 1 45 141 113
Binary 11111101 11001101 10000000 0 10011 110001 1 100101 1100001 1001011

Color Harmonies of #FDCD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD80

Black with #FDCD80

Text Example


Text Example

White with #FDCD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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