Html Css Color HEX #FADE50 Energy Yellow

📋 copy color: '#FADE50'

red 250 ◦ green 222 ◦ blue 80

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

Shades of Energy Yellow #FADE50

Tints of Energy Yellow #FADE50

RGB

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

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

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

R = 45.29%
G = 40.22%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FADE50 (or 0xFADE50) is known color: Energy Yellow. HEX triplet: FA, DE and 50. RGB value is (250,222,80). Sum of RGB (Red+Green+Blue) = 250+222+80=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE50 is #0521AF. Grayscale: #D6D6D6. Windows color (decimal): -336304 or 5299962. OLE color: 5299962.

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

Color convert

RGB 250 222 80 -
CMYK 0 0.11 0.68 0.02
HSL 50.12º 0.94% 0.65% -
HSV(B) 50.12º 0.68% 0.98% -
XYZ 66.99 73.15 18.18 -
YUV 214.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 250 222 80 0 0.11 0.68 0.02 50.12 0.94 0.65
Hex FA DE 50 0 B 44 2 32 5E 41
Octal 372 336 120 0 13 104 2 62 136 101
Binary 11111010 11011110 1010000 0 1011 1000100 10 110010 1011110 1000001

Color Harmonies of #FADE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE50

Black with #FADE50

Text Example


Text Example

White with #FADE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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