Html Css Color HEX #FCD959 Mustard

📋 copy color: '#FCD959'

red 252 ◦ green 217 ◦ blue 89

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

Shades of Mustard #FCD959

Tints of Mustard #FCD959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 15.95%

R = 45.16%
G = 38.89%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD959 (or 0xFCD959) is known color: Mustard. HEX triplet: FC, D9 and 59. RGB value is (252,217,89). Sum of RGB (Red+Green+Blue) = 252+217+89=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 89 (35.16% from 255 or 15.95% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD959 is #0326A6. Grayscale: #D5D5D5. Windows color (decimal): -206503 or 5888508. OLE color: 5888508.

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

Color convert

RGB 252 217 89 -
CMYK 0 0.14 0.65 0.01
HSL 47.12º 0.96% 0.67% -
HSV(B) 47.12º 0.65% 0.99% -
XYZ 66.76 71.04 19.65 -
YUV 212.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 252 217 89 0 0.14 0.65 0.01 47.12 0.96 0.67
Hex FC D9 59 0 E 41 1 2F 60 43
Octal 374 331 131 0 16 101 1 57 140 103
Binary 11111100 11011001 1011001 0 1110 1000001 1 101111 1100000 1000011

Color Harmonies of #FCD959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD959

Black with #FCD959

Text Example


Text Example

White with #FCD959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD959; }

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

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

background-color css

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

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

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

border-color css

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

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

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