Html Css Color HEX #FCD286 Cherokee

📋 copy color: '#FCD286'

red 252 ◦ green 210 ◦ blue 134

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

Shades of Cherokee #FCD286

Tints of Cherokee #FCD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

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

R = 42.28%
G = 35.23%
B = 22.48%

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

#FCD286 (or 0xFCD286) is known color: Cherokee. HEX triplet: FC, D2 and 86. RGB value is (252,210,134). Sum of RGB (Red+Green+Blue) = 252+210+134=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD286 is #032D79. Grayscale: #D6D6D6. Windows color (decimal): -208250 or 8835836. OLE color: 8835836.

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

Color convert

RGB 252 210 134 -
CMYK 0 0.17 0.47 0.01
HSL 38.64º 0.95% 0.76% -
HSV(B) 38.64º 0.47% 0.99% -
XYZ 67.49 68.51 32.22 -
YUV 213.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 252 210 134 0 0.17 0.47 0.01 38.64 0.95 0.76
Hex FC D2 86 0 11 2F 1 27 5F 4C
Octal 374 322 206 0 21 57 1 47 137 114
Binary 11111100 11010010 10000110 0 10001 101111 1 100111 1011111 1001100

Color Harmonies of #FCD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD286

Black with #FCD286

Text Example


Text Example

White with #FCD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD286; }

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

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

background-color css

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

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

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

border-color css

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

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

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