Html Css Color HEX #FEDB5A Mustard

📋 copy color: '#FEDB5A'

red 254 ◦ green 219 ◦ blue 90

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

Shades of Mustard #FEDB5A

Tints of Mustard #FEDB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.99%

R = 45.12%
G = 38.9%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEDB5A (or 0xFEDB5A) is known color: Mustard. HEX triplet: FE, DB and 5A. RGB value is (254,219,90). Sum of RGB (Red+Green+Blue) = 254+219+90=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB5A is #0124A5. Grayscale: #D7D7D7. Windows color (decimal): -74918 or 5954558. OLE color: 5954558.

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

Color convert

RGB 254 219 90 -
CMYK 0 0.14 0.65 0.00
HSL 47.2º 0.99% 0.67% -
HSV(B) 47.2º 0.65% 1% -
XYZ 68.05 72.47 20.07 -
YUV 214.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 254 219 90 0 0.14 0.65 0.00 47.2 0.99 0.67
Hex FE DB 5A 0 E 41 0 2F 63 43
Octal 376 333 132 0 16 101 0 57 143 103
Binary 11111110 11011011 1011010 0 1110 1000001 0 101111 1100011 1000011

Color Harmonies of #FEDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB5A

Black with #FEDB5A

Text Example


Text Example

White with #FEDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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