#FADF46

Color #FADF46 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #FADF46

Tints of Energy Yellow #FADF46

Color information

#FADF46 (or 0xFADF46) is unknown color: approx Energy Yellow. HEX triplet: FA, DF and 46. RGB value is (250,223,70). Sum of RGB (Red+Green+Blue) = 250+223+70=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF46 is #0520B9. Grayscale: #D6D6D6. Windows color (decimal): -336058 or 4644858. OLE color: 4644858.

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

Color convert

RGB25022370-
CMYK00.110.720.02
HSL51º94.74%62.75%-
HSV(B)51º72%98.04%-
XYZ66.9273.5416.46-
YUV213.6346.95153.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 70 (27.73% from 255) = 12.89%
R=46.04%
G=41.07%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502237000.110.720.025194.7462.75
HexFADF460B482335f3f
Octal37233710601311026313777
Binary11111010110111111000110010111001000101100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADF46; }

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

 H1.HeaderClassName
 {
   color: #FADF46;
 }
 .AnyTagClassName
 {
   color: #FADF46;
 }
</style>
background-color css

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

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

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

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

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

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