Html Css Color HEX #FED850 Mustard

📋 copy color: '#FED850'

red 254 ◦ green 216 ◦ blue 80

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

Shades of Mustard #FED850

Tints of Mustard #FED850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

 BLUE value IS 80 (31.64% from 255) = 14.55%

R = 46.18%
G = 39.27%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FED850 (or 0xFED850) is known color: Mustard. HEX triplet: FE, D8 and 50. RGB value is (254,216,80). Sum of RGB (Red+Green+Blue) = 254+216+80=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FED850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED850 is #0127AF. Grayscale: #D4D4D4. Windows color (decimal): -75696 or 5298430. OLE color: 5298430.

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

Color convert

RGB 254 216 80 -
CMYK 0 0.15 0.69 0.00
HSL 46.9º 0.99% 0.65% -
HSV(B) 46.9º 0.69% 1% -
XYZ 66.88 70.76 17.72 -
YUV 211.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 254 216 80 0 0.15 0.69 0.00 46.9 0.99 0.65
Hex FE D8 50 0 F 45 0 2F 63 41
Octal 376 330 120 0 17 105 0 57 143 101
Binary 11111110 11011000 1010000 0 1111 1000101 0 101111 1100011 1000001

Color Harmonies of #FED850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED850

Black with #FED850

Text Example


Text Example

White with #FED850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED850; }

 p { color: rgb(254,216,80); }

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

background-color css

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

 a { background-color: rgb(254,216,80); }

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

border-color css

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

 span { border-color: rgb(254,216,80); }

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