Html Css Color HEX #FADE46 Energy Yellow

📋 copy color: '#FADE46'

red 250 ◦ green 222 ◦ blue 70

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

Shades of Energy Yellow #FADE46

Tints of Energy Yellow #FADE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.92%

R = 46.13%
G = 40.96%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FADE46 (or 0xFADE46) is known color: Energy Yellow. HEX triplet: FA, DE and 46. RGB value is (250,222,70). Sum of RGB (Red+Green+Blue) = 250+222+70=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE46 is #0521B9. Grayscale: #D5D5D5. Windows color (decimal): -336314 or 4644602. OLE color: 4644602.

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

Color convert

RGB 250 222 70 -
CMYK 0 0.11 0.72 0.02
HSL 50.67º 0.95% 0.63% -
HSV(B) 50.67º 0.72% 0.98% -
XYZ 66.65 73.01 16.37 -
YUV 213.04 47.28 154.36 -
System Red Green Blue C M Y K H S L
Decimal 250 222 70 0 0.11 0.72 0.02 50.67 0.95 0.63
Hex FA DE 46 0 B 48 2 33 5F 3F
Octal 372 336 106 0 13 110 2 63 137 77
Binary 11111010 11011110 1000110 0 1011 1001000 10 110011 1011111 111111

Color Harmonies of #FADE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE46

Black with #FADE46

Text Example


Text Example

White with #FADE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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