Html Css Color HEX #FEDE52 Mustard

📋 copy color: '#FEDE52'

red 254 ◦ green 222 ◦ blue 82

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

Shades of Mustard #FEDE52

Tints of Mustard #FEDE52

RGB

 RED value IS 254 (99.61% from 255) = 45.52%

 GREEN value IS 222 (87.11% from 255) = 39.78%

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

R = 45.52%
G = 39.78%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEDE52 (or 0xFEDE52) is known color: Mustard. HEX triplet: FE, DE and 52. RGB value is (254,222,82). Sum of RGB (Red+Green+Blue) = 254+222+82=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 82 (32.42% from 255 or 14.70% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE52 is #0121AD. Grayscale: #D8D8D8. Windows color (decimal): -74158 or 5431038. OLE color: 5431038.

HSL color Cylindrical-coordinate representation of color #FEDE52: hue angle of 48.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEDE52 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 82 -
CMYK 0 0.13 0.68 0.00
HSL 48.84º 0.99% 0.66% -
HSV(B) 48.84º 0.68% 1% -
XYZ 68.52 73.92 18.64 -
YUV 215.61 52.6 155.38 -
System Red Green Blue C M Y K H S L
Decimal 254 222 82 0 0.13 0.68 0.00 48.84 0.99 0.66
Hex FE DE 52 0 D 44 0 31 63 42
Octal 376 336 122 0 15 104 0 61 143 102
Binary 11111110 11011110 1010010 0 1101 1000100 0 110001 1100011 1000010

Color Harmonies of #FEDE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE52

Black with #FEDE52

Text Example


Text Example

White with #FEDE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE52; }

 p { color: rgb(254,222,82); }

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

background-color css

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

 a { background-color: rgb(254,222,82); }

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

border-color css

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

 span { border-color: rgb(254,222,82); }

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