Html Css Color HEX #FCD386 Cherokee

📋 copy color: '#FCD386'

red 252 ◦ green 211 ◦ blue 134

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

Shades of Cherokee #FCD386

Tints of Cherokee #FCD386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.34%

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

R = 42.21%
G = 35.34%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD386 (or 0xFCD386) is known color: Cherokee. HEX triplet: FC, D3 and 86. RGB value is (252,211,134). Sum of RGB (Red+Green+Blue) = 252+211+134=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD386 is #032C79. Grayscale: #D6D6D6. Windows color (decimal): -207994 or 8836092. OLE color: 8836092.

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

Color convert

RGB 252 211 134 -
CMYK 0 0.16 0.47 0.01
HSL 39.15º 0.95% 0.76% -
HSV(B) 39.15º 0.47% 0.99% -
XYZ 67.74 69.01 32.3 -
YUV 214.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 252 211 134 0 0.16 0.47 0.01 39.15 0.95 0.76
Hex FC D3 86 0 10 2F 1 27 5F 4C
Octal 374 323 206 0 20 57 1 47 137 114
Binary 11111100 11010011 10000110 0 10000 101111 1 100111 1011111 1001100

Color Harmonies of #FCD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD386

Black with #FCD386

Text Example


Text Example

White with #FCD386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD386; }

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

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

background-color css

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

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

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

border-color css

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

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

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