Html Css Color HEX #FDC984 Cherokee

📋 copy color: '#FDC984'

red 253 ◦ green 201 ◦ blue 132

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

Shades of Cherokee #FDC984

Tints of Cherokee #FDC984

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.3%

 BLUE value IS 132 (51.95% from 255) = 22.53%

R = 43.17%
G = 34.3%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDC984 (or 0xFDC984) is known color: Cherokee. HEX triplet: FD, C9 and 84. RGB value is (253,201,132). Sum of RGB (Red+Green+Blue) = 253+201+132=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC984 is #02367B. Grayscale: #D1D1D1. Windows color (decimal): -145020 or 8702461. OLE color: 8702461.

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

Color convert

RGB 253 201 132 -
CMYK 0 0.21 0.48 0.01
HSL 34.21º 0.97% 0.75% -
HSV(B) 34.21º 0.48% 0.99% -
XYZ 65.56 64.32 30.79 -
YUV 208.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 253 201 132 0 0.21 0.48 0.01 34.21 0.97 0.75
Hex FD C9 84 0 15 30 1 22 61 4B
Octal 375 311 204 0 25 60 1 42 141 113
Binary 11111101 11001001 10000100 0 10101 110000 1 100010 1100001 1001011

Color Harmonies of #FDC984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC984

Black with #FDC984

Text Example


Text Example

White with #FDC984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC984; }

 p { color: rgb(253,201,132); }

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

background-color css

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

 a { background-color: rgb(253,201,132); }

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

border-color css

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

 span { border-color: rgb(253,201,132); }

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