Html Css Color HEX #FCE056 Mustard

📋 copy color: '#FCE056'

red 252 ◦ green 224 ◦ blue 86

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

Shades of Mustard #FCE056

Tints of Mustard #FCE056

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.86%

 BLUE value IS 86 (33.98% from 255) = 15.3%

R = 44.84%
G = 39.86%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCE056 (or 0xFCE056) is known color: Mustard. HEX triplet: FC, E0 and 56. RGB value is (252,224,86). Sum of RGB (Red+Green+Blue) = 252+224+86=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE056 is #031FA9. Grayscale: #D9D9D9. Windows color (decimal): -204714 or 5693692. OLE color: 5693692.

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

Color convert

RGB 252 224 86 -
CMYK 0 0.11 0.66 0.01
HSL 49.88º 0.97% 0.66% -
HSV(B) 49.88º 0.66% 0.99% -
XYZ 68.48 74.68 19.61 -
YUV 216.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 252 224 86 0 0.11 0.66 0.01 49.88 0.97 0.66
Hex FC E0 56 0 B 42 1 32 61 42
Octal 374 340 126 0 13 102 1 62 141 102
Binary 11111100 11100000 1010110 0 1011 1000010 1 110010 1100001 1000010

Color Harmonies of #FCE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE056

Black with #FCE056

Text Example


Text Example

White with #FCE056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE056; }

 p { color: rgb(252,224,86); }

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

background-color css

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

 a { background-color: rgb(252,224,86); }

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

border-color css

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

 span { border-color: rgb(252,224,86); }

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