Html Css Color HEX #FCD958 Mustard

📋 copy color: '#FCD958'

red 252 ◦ green 217 ◦ blue 88

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

Shades of Mustard #FCD958

Tints of Mustard #FCD958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.8%

R = 45.24%
G = 38.96%
B = 15.8%

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

#FCD958 (or 0xFCD958) is known color: Mustard. HEX triplet: FC, D9 and 58. RGB value is (252,217,88). Sum of RGB (Red+Green+Blue) = 252+217+88=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 88 (34.77% from 255 or 15.80% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD958 is #0326A7. Grayscale: #D5D5D5. Windows color (decimal): -206504 or 5822972. OLE color: 5822972.

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

Color convert

RGB 252 217 88 -
CMYK 0 0.14 0.65 0.01
HSL 47.2º 0.96% 0.67% -
HSV(B) 47.2º 0.65% 0.99% -
XYZ 66.72 71.03 19.43 -
YUV 212.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 252 217 88 0 0.14 0.65 0.01 47.2 0.96 0.67
Hex FC D9 58 0 E 41 1 2F 60 43
Octal 374 331 130 0 16 101 1 57 140 103
Binary 11111100 11011001 1011000 0 1110 1000001 1 101111 1100000 1000011

Color Harmonies of #FCD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD958

Black with #FCD958

Text Example


Text Example

White with #FCD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD958; }

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

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

background-color css

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

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

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

border-color css

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

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

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