Html Css Color HEX #FCC986 Cherokee

📋 copy color: '#FCC986'

red 252 ◦ green 201 ◦ blue 134

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

Shades of Cherokee #FCC986

Tints of Cherokee #FCC986

RGB

 RED value IS 252 (98.83% from 255) = 42.93%

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

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

R = 42.93%
G = 34.24%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCC986 (or 0xFCC986) is known color: Cherokee. HEX triplet: FC, C9 and 86. RGB value is (252,201,134). Sum of RGB (Red+Green+Blue) = 252+201+134=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC986 is #033679. Grayscale: #D0D0D0. Windows color (decimal): -210554 or 8833532. OLE color: 8833532.

HSL color Cylindrical-coordinate representation of color #FCC986: hue angle of 34.07º degrees, saturation: 0.95, 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 #FCC986 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 134 -
CMYK 0 0.20 0.47 0.01
HSL 34.07º 0.95% 0.76% -
HSV(B) 34.07º 0.47% 0.99% -
XYZ 65.33 64.19 31.5 -
YUV 208.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 252 201 134 0 0.20 0.47 0.01 34.07 0.95 0.76
Hex FC C9 86 0 14 2F 1 22 5F 4C
Octal 374 311 206 0 24 57 1 42 137 114
Binary 11111100 11001001 10000110 0 10100 101111 1 100010 1011111 1001100

Color Harmonies of #FCC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC986

Black with #FCC986

Text Example


Text Example

White with #FCC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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