Html Css Color HEX #FCE15C Mustard

📋 copy color: '#FCE15C'

red 252 ◦ green 225 ◦ blue 92

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

Shades of Mustard #FCE15C

Tints of Mustard #FCE15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.17%

R = 44.29%
G = 39.54%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCE15C (or 0xFCE15C) is known color: Mustard. HEX triplet: FC, E1 and 5C. RGB value is (252,225,92). Sum of RGB (Red+Green+Blue) = 252+225+92=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE15C is #031EA3. Grayscale: #DADADA. Windows color (decimal): -204452 or 6087164. OLE color: 6087164.

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

Color convert

RGB 252 225 92 -
CMYK 0 0.11 0.63 0.01
HSL 49.88º 0.96% 0.67% -
HSV(B) 49.88º 0.63% 0.99% -
XYZ 69 75.32 21.03 -
YUV 217.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 252 225 92 0 0.11 0.63 0.01 49.88 0.96 0.67
Hex FC E1 5C 0 B 3F 1 32 60 43
Octal 374 341 134 0 13 77 1 62 140 103
Binary 11111100 11100001 1011100 0 1011 111111 1 110010 1100000 1000011

Color Harmonies of #FCE15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE15C

Black with #FCE15C

Text Example


Text Example

White with #FCE15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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