#FADA4D

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

Shades of Energy Yellow #FADA4D

Tints of Energy Yellow #FADA4D

Color information

#FADA4D (or 0xFADA4D) is unknown color: approx Energy Yellow. HEX triplet: FA, DA and 4D. RGB value is (250,218,77). Sum of RGB (Red+Green+Blue) = 250+218+77=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA4D is #0525B2. Grayscale: #D4D4D4. Windows color (decimal): -337331 or 5102330. OLE color: 5102330.

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

Color convert

RGB25021877-
CMYK00.130.690.02
HSL48.9º94.54%64.12%-
HSV(B)48.9º69.2%98.04%-
XYZ65.847117.26-
YUV211.4952.1155.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 14.13%
R=45.87%
G=40%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502187700.130.690.0248.994.5464.12
HexFADA4D0D452315f40
Octal372332115015105261137100
Binary111110101101101010011010110110001011011000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADA4D; }

 p { color: rgb(250,218,77); }

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

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

 a { background-color: rgb(250,218,77); }

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

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

 span { border-color: rgb(250,218,77); }

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