Html Css Color HEX #FADE48 Energy Yellow

📋 copy color: '#FADE48'

red 250 ◦ green 222 ◦ blue 72

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

Shades of Energy Yellow #FADE48

Tints of Energy Yellow #FADE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.24%

R = 45.96%
G = 40.81%
B = 13.24%

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

#FADE48 (or 0xFADE48) is known color: Energy Yellow. HEX triplet: FA, DE and 48. RGB value is (250,222,72). Sum of RGB (Red+Green+Blue) = 250+222+72=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE48 is #0521B7. Grayscale: #D5D5D5. Windows color (decimal): -336312 or 4775674. OLE color: 4775674.

HSL color Cylindrical-coordinate representation of color #FADE48: hue angle of 50.56º 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 #FADE48 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 72 -
CMYK 0 0.11 0.71 0.02
HSL 50.56º 0.95% 0.63% -
HSV(B) 50.56º 0.71% 0.98% -
XYZ 66.72 73.03 16.71 -
YUV 213.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 250 222 72 0 0.11 0.71 0.02 50.56 0.95 0.63
Hex FA DE 48 0 B 47 2 33 5F 3F
Octal 372 336 110 0 13 107 2 63 137 77
Binary 11111010 11011110 1001000 0 1011 1000111 10 110011 1011111 111111

Color Harmonies of #FADE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE48

Black with #FADE48

Text Example


Text Example

White with #FADE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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