Html Css Color HEX #FCE053 Mustard

📋 copy color: '#FCE053'

red 252 ◦ green 224 ◦ blue 83

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

Shades of Mustard #FCE053

Tints of Mustard #FCE053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.85%

R = 45.08%
G = 40.07%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCE053 (or 0xFCE053) is known color: Mustard. HEX triplet: FC, E0 and 53. RGB value is (252,224,83). Sum of RGB (Red+Green+Blue) = 252+224+83=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 83 (32.81% from 255 or 14.85% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE053 is #031FAC. Grayscale: #D8D8D8. Windows color (decimal): -204717 or 5497084. OLE color: 5497084.

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

Color convert

RGB 252 224 83 -
CMYK 0 0.11 0.67 0.01
HSL 50.06º 0.97% 0.66% -
HSV(B) 50.06º 0.67% 0.99% -
XYZ 68.36 74.63 18.99 -
YUV 216.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 252 224 83 0 0.11 0.67 0.01 50.06 0.97 0.66
Hex FC E0 53 0 B 43 1 32 61 42
Octal 374 340 123 0 13 103 1 62 141 102
Binary 11111100 11100000 1010011 0 1011 1000011 1 110010 1100001 1000010

Color Harmonies of #FCE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE053

Black with #FCE053

Text Example


Text Example

White with #FCE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE053; }

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

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

background-color css

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

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

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

border-color css

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

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

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