Html Css Color HEX #FCE257 Mustard

📋 copy color: '#FCE257'

red 252 ◦ green 226 ◦ blue 87

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

Shades of Mustard #FCE257

Tints of Mustard #FCE257

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40%

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

R = 44.6%
G = 40%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCE257 (or 0xFCE257) is known color: Mustard. HEX triplet: FC, E2 and 57. RGB value is (252,226,87). Sum of RGB (Red+Green+Blue) = 252+226+87=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 87 (34.38% from 255 or 15.40% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE257 is #031DA8. Grayscale: #DADADA. Windows color (decimal): -204201 or 5759740. OLE color: 5759740.

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

Color convert

RGB 252 226 87 -
CMYK 0 0.10 0.65 0.01
HSL 50.55º 0.96% 0.66% -
HSV(B) 50.55º 0.65% 0.99% -
XYZ 69.06 75.78 20 -
YUV 217.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 252 226 87 0 0.10 0.65 0.01 50.55 0.96 0.66
Hex FC E2 57 0 A 41 1 33 60 42
Octal 374 342 127 0 12 101 1 63 140 102
Binary 11111100 11100010 1010111 0 1010 1000001 1 110011 1100000 1000010

Color Harmonies of #FCE257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE257

Black with #FCE257

Text Example


Text Example

White with #FCE257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE257; }

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

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

background-color css

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

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

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

border-color css

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

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

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