Html Css Color HEX #FCE05D Mustard

📋 copy color: '#FCE05D'

red 252 ◦ green 224 ◦ blue 93

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

Shades of Mustard #FCE05D

Tints of Mustard #FCE05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.34%

R = 44.29%
G = 39.37%
B = 16.34%

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

#FCE05D (or 0xFCE05D) is known color: Mustard. HEX triplet: FC, E0 and 5D. RGB value is (252,224,93). Sum of RGB (Red+Green+Blue) = 252+224+93=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE05D is #031FA2. Grayscale: #D9D9D9. Windows color (decimal): -204707 or 6152444. OLE color: 6152444.

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

Color convert

RGB 252 224 93 -
CMYK 0 0.11 0.63 0.01
HSL 49.43º 0.96% 0.68% -
HSV(B) 49.43º 0.63% 0.99% -
XYZ 68.78 74.8 21.17 -
YUV 217.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 252 224 93 0 0.11 0.63 0.01 49.43 0.96 0.68
Hex FC E0 5D 0 B 3F 1 31 60 44
Octal 374 340 135 0 13 77 1 61 140 104
Binary 11111100 11100000 1011101 0 1011 111111 1 110001 1100000 1000100

Color Harmonies of #FCE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE05D

Black with #FCE05D

Text Example


Text Example

White with #FCE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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