Html Css Color HEX #FCD185 Cherokee

📋 copy color: '#FCD185'

red 252 ◦ green 209 ◦ blue 133

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

Shades of Cherokee #FCD185

Tints of Cherokee #FCD185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.39%

R = 42.42%
G = 35.19%
B = 22.39%

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

#FCD185 (or 0xFCD185) is known color: Cherokee. HEX triplet: FC, D1 and 85. RGB value is (252,209,133). Sum of RGB (Red+Green+Blue) = 252+209+133=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD185 is #032E7A. Grayscale: #D5D5D5. Windows color (decimal): -208507 or 8770044. OLE color: 8770044.

HSL color Cylindrical-coordinate representation of color #FCD185: hue angle of 38.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCD185 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 133 -
CMYK 0 0.17 0.47 0.01
HSL 38.32º 0.95% 0.75% -
HSV(B) 38.32º 0.47% 0.99% -
XYZ 67.18 67.99 31.77 -
YUV 213.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 252 209 133 0 0.17 0.47 0.01 38.32 0.95 0.75
Hex FC D1 85 0 11 2F 1 26 5F 4B
Octal 374 321 205 0 21 57 1 46 137 113
Binary 11111100 11010001 10000101 0 10001 101111 1 100110 1011111 1001011

Color Harmonies of #FCD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD185

Black with #FCD185

Text Example


Text Example

White with #FCD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD185; }

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

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

background-color css

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

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

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

border-color css

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

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

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