Html Css Color HEX #FCE157 Mustard

📋 copy color: '#FCE157'

red 252 ◦ green 225 ◦ blue 87

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

Shades of Mustard #FCE157

Tints of Mustard #FCE157

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.89%

 BLUE value IS 87 (34.38% from 255) = 15.43%

R = 44.68%
G = 39.89%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCE157 (or 0xFCE157) is known color: Mustard. HEX triplet: FC, E1 and 57. RGB value is (252,225,87). Sum of RGB (Red+Green+Blue) = 252+225+87=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 87 (34.38% from 255 or 15.43% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE157 is #031EA8. Grayscale: #D9D9D9. Windows color (decimal): -204457 or 5759484. OLE color: 5759484.

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

Color convert

RGB 252 225 87 -
CMYK 0 0.11 0.65 0.01
HSL 50.18º 0.96% 0.66% -
HSV(B) 50.18º 0.65% 0.99% -
XYZ 68.79 75.23 19.91 -
YUV 217.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 252 225 87 0 0.11 0.65 0.01 50.18 0.96 0.66
Hex FC E1 57 0 B 41 1 32 60 42
Octal 374 341 127 0 13 101 1 62 140 102
Binary 11111100 11100001 1010111 0 1011 1000001 1 110010 1100000 1000010

Color Harmonies of #FCE157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE157

Black with #FCE157

Text Example


Text Example

White with #FCE157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE157; }

 p { color: rgb(252,225,87); }

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

background-color css

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

 a { background-color: rgb(252,225,87); }

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

border-color css

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

 span { border-color: rgb(252,225,87); }

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