Html Css Color HEX #FADE49 Energy Yellow

📋 copy color: '#FADE49'

red 250 ◦ green 222 ◦ blue 73

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

Shades of Energy Yellow #FADE49

Tints of Energy Yellow #FADE49

RGB

 RED value IS 250 (98.05% from 255) = 45.87%

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

 BLUE value IS 73 (28.91% from 255) = 13.39%

R = 45.87%
G = 40.73%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FADE49 (or 0xFADE49) is known color: Energy Yellow. HEX triplet: FA, DE and 49. RGB value is (250,222,73). Sum of RGB (Red+Green+Blue) = 250+222+73=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE49 is #0521B6. Grayscale: #D6D6D6. Windows color (decimal): -336311 or 4841210. OLE color: 4841210.

HSL color Cylindrical-coordinate representation of color #FADE49: hue angle of 50.51º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FADE49 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 73 -
CMYK 0 0.11 0.71 0.02
HSL 50.51º 0.95% 0.63% -
HSV(B) 50.51º 0.71% 0.98% -
XYZ 66.75 73.05 16.88 -
YUV 213.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 250 222 73 0 0.11 0.71 0.02 50.51 0.95 0.63
Hex FA DE 49 0 B 47 2 33 5F 3F
Octal 372 336 111 0 13 107 2 63 137 77
Binary 11111010 11011110 1001001 0 1011 1000111 10 110011 1011111 111111

Color Harmonies of #FADE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE49

Black with #FADE49

Text Example


Text Example

White with #FADE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE49; }

 p { color: rgb(250,222,73); }

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

background-color css

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

 a { background-color: rgb(250,222,73); }

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

border-color css

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

 span { border-color: rgb(250,222,73); }

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