Html Css Color HEX #FCD086 Cherokee

📋 copy color: '#FCD086'

red 252 ◦ green 208 ◦ blue 134

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

Shades of Cherokee #FCD086

Tints of Cherokee #FCD086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

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

R = 42.42%
G = 35.02%
B = 22.56%

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

#FCD086 (or 0xFCD086) is known color: Cherokee. HEX triplet: FC, D0 and 86. RGB value is (252,208,134). Sum of RGB (Red+Green+Blue) = 252+208+134=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD086 is #032F79. Grayscale: #D5D5D5. Windows color (decimal): -208762 or 8835324. OLE color: 8835324.

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

Color convert

RGB 252 208 134 -
CMYK 0 0.17 0.47 0.01
HSL 37.63º 0.95% 0.76% -
HSV(B) 37.63º 0.47% 0.99% -
XYZ 67 67.53 32.06 -
YUV 212.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 252 208 134 0 0.17 0.47 0.01 37.63 0.95 0.76
Hex FC D0 86 0 11 2F 1 26 5F 4C
Octal 374 320 206 0 21 57 1 46 137 114
Binary 11111100 11010000 10000110 0 10001 101111 1 100110 1011111 1001100

Color Harmonies of #FCD086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD086

Black with #FCD086

Text Example


Text Example

White with #FCD086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD086; }

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

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

background-color css

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

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

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

border-color css

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

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

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