Html Css Color HEX #FCD955 Mustard

📋 copy color: '#FCD955'

red 252 ◦ green 217 ◦ blue 85

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

Shades of Mustard #FCD955

Tints of Mustard #FCD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.17%

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

R = 45.49%
G = 39.17%
B = 15.34%

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

#FCD955 (or 0xFCD955) is known color: Mustard. HEX triplet: FC, D9 and 55. RGB value is (252,217,85). Sum of RGB (Red+Green+Blue) = 252+217+85=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD955 is #0326AA. Grayscale: #D4D4D4. Windows color (decimal): -206507 or 5626364. OLE color: 5626364.

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

Color convert

RGB 252 217 85 -
CMYK 0 0.14 0.66 0.01
HSL 47.43º 0.97% 0.66% -
HSV(B) 47.43º 0.66% 0.99% -
XYZ 66.6 70.98 18.78 -
YUV 212.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 252 217 85 0 0.14 0.66 0.01 47.43 0.97 0.66
Hex FC D9 55 0 E 42 1 2F 61 42
Octal 374 331 125 0 16 102 1 57 141 102
Binary 11111100 11011001 1010101 0 1110 1000010 1 101111 1100001 1000010

Color Harmonies of #FCD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD955

Black with #FCD955

Text Example


Text Example

White with #FCD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD955; }

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

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

background-color css

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

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

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

border-color css

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

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

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