Html Css Color HEX #FCD855 Mustard

📋 copy color: '#FCD855'

red 252 ◦ green 216 ◦ blue 85

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

Shades of Mustard #FCD855

Tints of Mustard #FCD855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.06%

 BLUE value IS 85 (33.59% from 255) = 15.37%

R = 45.57%
G = 39.06%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCD855 (or 0xFCD855) is known color: Mustard. HEX triplet: FC, D8 and 55. RGB value is (252,216,85). Sum of RGB (Red+Green+Blue) = 252+216+85=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD855 is #0327AA. Grayscale: #D4D4D4. Windows color (decimal): -206763 or 5626108. OLE color: 5626108.

HSL color Cylindrical-coordinate representation of color #FCD855: hue angle of 47.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCD855 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 85 -
CMYK 0 0.14 0.66 0.01
HSL 47.07º 0.97% 0.66% -
HSV(B) 47.07º 0.66% 0.99% -
XYZ 66.34 70.46 18.7 -
YUV 211.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 252 216 85 0 0.14 0.66 0.01 47.07 0.97 0.66
Hex FC D8 55 0 E 42 1 2F 61 42
Octal 374 330 125 0 16 102 1 57 141 102
Binary 11111100 11011000 1010101 0 1110 1000010 1 101111 1100001 1000010

Color Harmonies of #FCD855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD855

Black with #FCD855

Text Example


Text Example

White with #FCD855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD855; }

 p { color: rgb(252,216,85); }

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

background-color css

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

 a { background-color: rgb(252,216,85); }

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

border-color css

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

 span { border-color: rgb(252,216,85); }

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