#FAD84F

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

Shades of Energy Yellow #FAD84F

Tints of Energy Yellow #FAD84F

Color information

#FAD84F (or 0xFAD84F) is unknown color: approx Energy Yellow. HEX triplet: FA, D8 and 4F. RGB value is (250,216,79). Sum of RGB (Red+Green+Blue) = 250+216+79=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 79 (31.25% from 255 or 14.50% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD84F is #0527B0. Grayscale: #D3D3D3. Windows color (decimal): -337841 or 5232890. OLE color: 5232890.

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

Color convert

RGB25021679-
CMYK00.140.680.02
HSL48.07º94.48%64.51%-
HSV(B)48.07º68.4%98.04%-
XYZ65.397017.46-
YUV210.5553.76156.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 79 (31.25% from 255) = 14.50%
R=45.87%
G=39.63%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502167900.140.680.0248.0794.4864.51
HexFAD84F0E442305e41
Octal372330117016104260136101
Binary111110101101100010011110111010001001011000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD84F; }

 p { color: rgb(250,216,79); }

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

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

 a { background-color: rgb(250,216,79); }

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

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

 span { border-color: rgb(250,216,79); }

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