Html Css Color HEX #FCD858 Mustard

📋 copy color: '#FCD858'

red 252 ◦ green 216 ◦ blue 88

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

Shades of Mustard #FCD858

Tints of Mustard #FCD858

RGB

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

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

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

R = 45.32%
G = 38.85%
B = 15.83%

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

#FCD858 (or 0xFCD858) is known color: Mustard. HEX triplet: FC, D8 and 58. RGB value is (252,216,88). Sum of RGB (Red+Green+Blue) = 252+216+88=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD858 is #0327A7. Grayscale: #D4D4D4. Windows color (decimal): -206760 or 5822716. OLE color: 5822716.

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

Color convert

RGB 252 216 88 -
CMYK 0 0.14 0.65 0.01
HSL 46.83º 0.96% 0.67% -
HSV(B) 46.83º 0.65% 0.99% -
XYZ 66.46 70.51 19.34 -
YUV 212.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 252 216 88 0 0.14 0.65 0.01 46.83 0.96 0.67
Hex FC D8 58 0 E 41 1 2F 60 43
Octal 374 330 130 0 16 101 1 57 140 103
Binary 11111100 11011000 1011000 0 1110 1000001 1 101111 1100000 1000011

Color Harmonies of #FCD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD858

Black with #FCD858

Text Example


Text Example

White with #FCD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD858; }

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

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

background-color css

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

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

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

border-color css

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

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

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