Html Css Color HEX #FEDE56 Mustard

📋 copy color: '#FEDE56'

red 254 ◦ green 222 ◦ blue 86

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

Shades of Mustard #FEDE56

Tints of Mustard #FEDE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.3%

R = 45.2%
G = 39.5%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEDE56 (or 0xFEDE56) is known color: Mustard. HEX triplet: FE, DE and 56. RGB value is (254,222,86). Sum of RGB (Red+Green+Blue) = 254+222+86=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE56 is #0121A9. Grayscale: #D8D8D8. Windows color (decimal): -74154 or 5693182. OLE color: 5693182.

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

Color convert

RGB 254 222 86 -
CMYK 0 0.13 0.66 0.00
HSL 48.57º 0.99% 0.67% -
HSV(B) 48.57º 0.66% 1% -
XYZ 68.67 73.99 19.47 -
YUV 216.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 254 222 86 0 0.13 0.66 0.00 48.57 0.99 0.67
Hex FE DE 56 0 D 42 0 31 63 43
Octal 376 336 126 0 15 102 0 61 143 103
Binary 11111110 11011110 1010110 0 1101 1000010 0 110001 1100011 1000011

Color Harmonies of #FEDE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE56

Black with #FEDE56

Text Example


Text Example

White with #FEDE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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