Html Css Color HEX #FCE254 Mustard

📋 copy color: '#FCE254'

red 252 ◦ green 226 ◦ blue 84

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

Shades of Mustard #FCE254

Tints of Mustard #FCE254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.95%

R = 44.84%
G = 40.21%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCE254 (or 0xFCE254) is known color: Mustard. HEX triplet: FC, E2 and 54. RGB value is (252,226,84). Sum of RGB (Red+Green+Blue) = 252+226+84=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 84 (33.20% from 255 or 14.95% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE254 is #031DAB. Grayscale: #DADADA. Windows color (decimal): -204204 or 5563132. OLE color: 5563132.

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

Color convert

RGB 252 226 84 -
CMYK 0 0.10 0.67 0.01
HSL 50.71º 0.97% 0.66% -
HSV(B) 50.71º 0.67% 0.99% -
XYZ 68.94 75.73 19.37 -
YUV 217.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 252 226 84 0 0.10 0.67 0.01 50.71 0.97 0.66
Hex FC E2 54 0 A 43 1 33 61 42
Octal 374 342 124 0 12 103 1 63 141 102
Binary 11111100 11100010 1010100 0 1010 1000011 1 110011 1100001 1000010

Color Harmonies of #FCE254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE254

Black with #FCE254

Text Example


Text Example

White with #FCE254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE254; }

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

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

background-color css

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

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

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

border-color css

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

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

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