Html Css Color HEX #FCE15A Mustard

📋 copy color: '#FCE15A'

red 252 ◦ green 225 ◦ blue 90

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

Shades of Mustard #FCE15A

Tints of Mustard #FCE15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.87%

R = 44.44%
G = 39.68%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCE15A (or 0xFCE15A) is known color: Mustard. HEX triplet: FC, E1 and 5A. RGB value is (252,225,90). Sum of RGB (Red+Green+Blue) = 252+225+90=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 90 (35.55% from 255 or 15.87% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE15A is #031EA5. Grayscale: #DADADA. Windows color (decimal): -204454 or 5956092. OLE color: 5956092.

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

Color convert

RGB 252 225 90 -
CMYK 0 0.11 0.64 0.01
HSL 50º 0.96% 0.67% -
HSV(B) 50º 0.64% 0.99% -
XYZ 68.92 75.28 20.57 -
YUV 217.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 252 225 90 0 0.11 0.64 0.01 50 0.96 0.67
Hex FC E1 5A 0 B 40 1 32 60 43
Octal 374 341 132 0 13 100 1 62 140 103
Binary 11111100 11100001 1011010 0 1011 1000000 1 110010 1100000 1000011

Color Harmonies of #FCE15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE15A

Black with #FCE15A

Text Example


Text Example

White with #FCE15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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