Html Css Color HEX #FDE04E Mustard

📋 copy color: '#FDE04E'

red 253 ◦ green 224 ◦ blue 78

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

Shades of Mustard #FDE04E

Tints of Mustard #FDE04E

RGB

 RED value IS 253 (99.22% from 255) = 45.59%

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

 BLUE value IS 78 (30.86% from 255) = 14.05%

R = 45.59%
G = 40.36%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDE04E (or 0xFDE04E) is known color: Mustard. HEX triplet: FD, E0 and 4E. RGB value is (253,224,78). Sum of RGB (Red+Green+Blue) = 253+224+78=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 78 (30.86% from 255 or 14.05% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE04E is #021FB1. Grayscale: #D8D8D8. Windows color (decimal): -139186 or 5169405. OLE color: 5169405.

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

Color convert

RGB 253 224 78 -
CMYK 0 0.11 0.69 0.01
HSL 50.06º 0.98% 0.65% -
HSV(B) 50.06º 0.69% 0.99% -
XYZ 68.54 74.74 18.02 -
YUV 216.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 253 224 78 0 0.11 0.69 0.01 50.06 0.98 0.65
Hex FD E0 4E 0 B 45 1 32 62 41
Octal 375 340 116 0 13 105 1 62 142 101
Binary 11111101 11100000 1001110 0 1011 1000101 1 110010 1100010 1000001

Color Harmonies of #FDE04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE04E

Black with #FDE04E

Text Example


Text Example

White with #FDE04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE04E; }

 p { color: rgb(253,224,78); }

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

background-color css

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

 a { background-color: rgb(253,224,78); }

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

border-color css

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

 span { border-color: rgb(253,224,78); }

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