Html Css Color HEX #FCE25D Mustard

📋 copy color: '#FCE25D'

red 252 ◦ green 226 ◦ blue 93

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

Shades of Mustard #FCE25D

Tints of Mustard #FCE25D

RGB

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

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

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

R = 44.13%
G = 39.58%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCE25D (or 0xFCE25D) is known color: Mustard. HEX triplet: FC, E2 and 5D. RGB value is (252,226,93). Sum of RGB (Red+Green+Blue) = 252+226+93=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 93 (36.72% from 255 or 16.29% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE25D is #031DA2. Grayscale: #DBDBDB. Windows color (decimal): -204195 or 6152956. OLE color: 6152956.

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

Color convert

RGB 252 226 93 -
CMYK 0 0.10 0.63 0.01
HSL 50.19º 0.96% 0.68% -
HSV(B) 50.19º 0.63% 0.99% -
XYZ 69.32 75.88 21.35 -
YUV 218.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 252 226 93 0 0.10 0.63 0.01 50.19 0.96 0.68
Hex FC E2 5D 0 A 3F 1 32 60 44
Octal 374 342 135 0 12 77 1 62 140 104
Binary 11111100 11100010 1011101 0 1010 111111 1 110010 1100000 1000100

Color Harmonies of #FCE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE25D

Black with #FCE25D

Text Example


Text Example

White with #FCE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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