Html Css Color HEX #FDC986 Cherokee

📋 copy color: '#FDC986'

red 253 ◦ green 201 ◦ blue 134

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

Shades of Cherokee #FDC986

Tints of Cherokee #FDC986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.79%

R = 43.03%
G = 34.18%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDC986 (or 0xFDC986) is known color: Cherokee. HEX triplet: FD, C9 and 86. RGB value is (253,201,134). Sum of RGB (Red+Green+Blue) = 253+201+134=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC986 is #023679. Grayscale: #D1D1D1. Windows color (decimal): -145018 or 8833533. OLE color: 8833533.

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

Color convert

RGB 253 201 134 -
CMYK 0 0.21 0.47 0.01
HSL 33.78º 0.97% 0.76% -
HSV(B) 33.78º 0.47% 0.99% -
XYZ 65.7 64.38 31.52 -
YUV 208.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 253 201 134 0 0.21 0.47 0.01 33.78 0.97 0.76
Hex FD C9 86 0 15 2F 1 22 61 4C
Octal 375 311 206 0 25 57 1 42 141 114
Binary 11111101 11001001 10000110 0 10101 101111 1 100010 1100001 1001100

Color Harmonies of #FDC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC986

Black with #FDC986

Text Example


Text Example

White with #FDC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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