Html Css Color HEX #FEDB52 Mustard

📋 copy color: '#FEDB52'

red 254 ◦ green 219 ◦ blue 82

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

Shades of Mustard #FEDB52

Tints of Mustard #FEDB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.46%

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

R = 45.77%
G = 39.46%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEDB52 (or 0xFEDB52) is known color: Mustard. HEX triplet: FE, DB and 52. RGB value is (254,219,82). Sum of RGB (Red+Green+Blue) = 254+219+82=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 82 (32.42% from 255 or 14.77% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB52 is #0124AD. Grayscale: #D6D6D6. Windows color (decimal): -74926 or 5430270. OLE color: 5430270.

HSL color Cylindrical-coordinate representation of color #FEDB52: hue angle of 47.79º 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 #FEDB52 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 82 -
CMYK 0 0.14 0.68 0.00
HSL 47.79º 0.99% 0.66% -
HSV(B) 47.79º 0.68% 1% -
XYZ 67.73 72.34 18.38 -
YUV 213.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 254 219 82 0 0.14 0.68 0.00 47.79 0.99 0.66
Hex FE DB 52 0 E 44 0 30 63 42
Octal 376 333 122 0 16 104 0 60 143 102
Binary 11111110 11011011 1010010 0 1110 1000100 0 110000 1100011 1000010

Color Harmonies of #FEDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB52

Black with #FEDB52

Text Example


Text Example

White with #FEDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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