Html Css Color HEX #FCE158 Mustard

📋 copy color: '#FCE158'

red 252 ◦ green 225 ◦ blue 88

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

Shades of Mustard #FCE158

Tints of Mustard #FCE158

RGB

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

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

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

R = 44.6%
G = 39.82%
B = 15.58%

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

#FCE158 (or 0xFCE158) is known color: Mustard. HEX triplet: FC, E1 and 58. RGB value is (252,225,88). Sum of RGB (Red+Green+Blue) = 252+225+88=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 88 (34.77% from 255 or 15.58% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE158 is #031EA7. Grayscale: #DADADA. Windows color (decimal): -204456 or 5825020. OLE color: 5825020.

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

Color convert

RGB 252 225 88 -
CMYK 0 0.11 0.65 0.01
HSL 50.12º 0.96% 0.67% -
HSV(B) 50.12º 0.65% 0.99% -
XYZ 68.83 75.25 20.13 -
YUV 217.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 252 225 88 0 0.11 0.65 0.01 50.12 0.96 0.67
Hex FC E1 58 0 B 41 1 32 60 43
Octal 374 341 130 0 13 101 1 62 140 103
Binary 11111100 11100001 1011000 0 1011 1000001 1 110010 1100000 1000011

Color Harmonies of #FCE158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE158

Black with #FCE158

Text Example


Text Example

White with #FCE158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE158; }

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

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

background-color css

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

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

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

border-color css

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

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

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