Html Css Color HEX #FCE051 Mustard

📋 copy color: '#FCE051'

red 252 ◦ green 224 ◦ blue 81

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

Shades of Mustard #FCE051

Tints of Mustard #FCE051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.54%

R = 45.24%
G = 40.22%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCE051 (or 0xFCE051) is known color: Mustard. HEX triplet: FC, E0 and 51. RGB value is (252,224,81). Sum of RGB (Red+Green+Blue) = 252+224+81=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 81 (32.03% from 255 or 14.54% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE051 is #031FAE. Grayscale: #D8D8D8. Windows color (decimal): -204719 or 5366012. OLE color: 5366012.

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

Color convert

RGB 252 224 81 -
CMYK 0 0.11 0.68 0.01
HSL 50.18º 0.97% 0.65% -
HSV(B) 50.18º 0.68% 0.99% -
XYZ 68.29 74.6 18.58 -
YUV 216.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 252 224 81 0 0.11 0.68 0.01 50.18 0.97 0.65
Hex FC E0 51 0 B 44 1 32 61 41
Octal 374 340 121 0 13 104 1 62 141 101
Binary 11111100 11100000 1010001 0 1011 1000100 1 110010 1100001 1000001

Color Harmonies of #FCE051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE051

Black with #FCE051

Text Example


Text Example

White with #FCE051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE051; }

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

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

background-color css

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

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

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

border-color css

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

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

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