Html Css Color HEX #FEDF55 Mustard

📋 copy color: '#FEDF55'

red 254 ◦ green 223 ◦ blue 85

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

Shades of Mustard #FEDF55

Tints of Mustard #FEDF55

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.68%

 BLUE value IS 85 (33.59% from 255) = 15.12%

R = 45.2%
G = 39.68%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEDF55 (or 0xFEDF55) is known color: Mustard. HEX triplet: FE, DF and 55. RGB value is (254,223,85). Sum of RGB (Red+Green+Blue) = 254+223+85=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 85 (33.59% from 255 or 15.12% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF55 is #0120AA. Grayscale: #D9D9D9. Windows color (decimal): -73899 or 5627902. OLE color: 5627902.

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

Color convert

RGB 254 223 85 -
CMYK 0 0.12 0.67 0.00
HSL 48.99º 0.99% 0.66% -
HSV(B) 48.99º 0.67% 1% -
XYZ 68.9 74.5 19.34 -
YUV 216.54 53.77 154.72 -
System Red Green Blue C M Y K H S L
Decimal 254 223 85 0 0.12 0.67 0.00 48.99 0.99 0.66
Hex FE DF 55 0 C 43 0 31 63 42
Octal 376 337 125 0 14 103 0 61 143 102
Binary 11111110 11011111 1010101 0 1100 1000011 0 110001 1100011 1000010

Color Harmonies of #FEDF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF55

Black with #FEDF55

Text Example


Text Example

White with #FEDF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF55; }

 p { color: rgb(254,223,85); }

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

background-color css

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

 a { background-color: rgb(254,223,85); }

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

border-color css

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

 span { border-color: rgb(254,223,85); }

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