Html Css Color HEX #FCD186 Cherokee

📋 copy color: '#FCD186'

red 252 ◦ green 209 ◦ blue 134

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

Shades of Cherokee #FCD186

Tints of Cherokee #FCD186

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.13%

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

R = 42.35%
G = 35.13%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD186 (or 0xFCD186) is known color: Cherokee. HEX triplet: FC, D1 and 86. RGB value is (252,209,134). Sum of RGB (Red+Green+Blue) = 252+209+134=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD186 is #032E79. Grayscale: #D5D5D5. Windows color (decimal): -208506 or 8835580. OLE color: 8835580.

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

Color convert

RGB 252 209 134 -
CMYK 0 0.17 0.47 0.01
HSL 38.14º 0.95% 0.76% -
HSV(B) 38.14º 0.47% 0.99% -
XYZ 67.25 68.02 32.14 -
YUV 213.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 252 209 134 0 0.17 0.47 0.01 38.14 0.95 0.76
Hex FC D1 86 0 11 2F 1 26 5F 4C
Octal 374 321 206 0 21 57 1 46 137 114
Binary 11111100 11010001 10000110 0 10001 101111 1 100110 1011111 1001100

Color Harmonies of #FCD186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD186

Black with #FCD186

Text Example


Text Example

White with #FCD186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD186; }

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

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

background-color css

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

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

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

border-color css

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

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

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