Html Css Color HEX #FCE152 Mustard

📋 copy color: '#FCE152'

red 252 ◦ green 225 ◦ blue 82

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

Shades of Mustard #FCE152

Tints of Mustard #FCE152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.67%

R = 45.08%
G = 40.25%
B = 14.67%

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

#FCE152 (or 0xFCE152) is known color: Mustard. HEX triplet: FC, E1 and 52. RGB value is (252,225,82). Sum of RGB (Red+Green+Blue) = 252+225+82=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 82 (32.42% from 255 or 14.67% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE152 is #031EAD. Grayscale: #D9D9D9. Windows color (decimal): -204462 or 5431804. OLE color: 5431804.

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

Color convert

RGB 252 225 82 -
CMYK 0 0.11 0.67 0.01
HSL 50.47º 0.97% 0.65% -
HSV(B) 50.47º 0.67% 0.99% -
XYZ 68.59 75.16 18.87 -
YUV 216.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 252 225 82 0 0.11 0.67 0.01 50.47 0.97 0.65
Hex FC E1 52 0 B 43 1 32 61 41
Octal 374 341 122 0 13 103 1 62 141 101
Binary 11111100 11100001 1010010 0 1011 1000011 1 110010 1100001 1000001

Color Harmonies of #FCE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE152

Black with #FCE152

Text Example


Text Example

White with #FCE152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE152; }

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

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

background-color css

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

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

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

border-color css

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

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

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