Html Css Color HEX #FDCF80 Cherokee

📋 copy color: '#FDCF80'

red 253 ◦ green 207 ◦ blue 128

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

Shades of Cherokee #FDCF80

Tints of Cherokee #FDCF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

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

R = 43.03%
G = 35.2%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDCF80 (or 0xFDCF80) is known color: Cherokee. HEX triplet: FD, CF and 80. RGB value is (253,207,128). Sum of RGB (Red+Green+Blue) = 253+207+128=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF80 is #02307F. Grayscale: #D4D4D4. Windows color (decimal): -143488 or 8441853. OLE color: 8441853.

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

Color convert

RGB 253 207 128 -
CMYK 0 0.18 0.49 0.01
HSL 37.92º 0.97% 0.75% -
HSV(B) 37.92º 0.49% 0.99% -
XYZ 66.72 67.07 29.85 -
YUV 211.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 253 207 128 0 0.18 0.49 0.01 37.92 0.97 0.75
Hex FD CF 80 0 12 31 1 26 61 4B
Octal 375 317 200 0 22 61 1 46 141 113
Binary 11111101 11001111 10000000 0 10010 110001 1 100110 1100001 1001011

Color Harmonies of #FDCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF80

Black with #FDCF80

Text Example


Text Example

White with #FDCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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