#F0DA49

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

Shades of Energy Yellow #F0DA49

Tints of Energy Yellow #F0DA49

Color information

#F0DA49 (or 0xF0DA49) is unknown color: approx Energy Yellow. HEX triplet: F0, DA and 49. RGB value is (240,218,73). Sum of RGB (Red+Green+Blue) = 240+218+73=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA49 is #0F25B6. Grayscale: #D0D0D0. Windows color (decimal): -992695 or 4840176. OLE color: 4840176.

HSL color Cylindrical-coordinate representation of color #F0DA49: hue angle of 52.1º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0DA49 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24021873-
CMYK00.090.700.06
HSL52.1º84.77%61.37%-
HSV(B)52.1º69.58%94.12%-
XYZ62.2169.1516.37-
YUV208.0551.79150.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 73 (28.91% from 255) = 13.75%
R=45.20%
G=41.05%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402187300.090.700.0652.184.7761.37
HexF0DA490946634553d
Octal36033211101110666412575
Binary111100001101101010010010100110001101101101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DA49; }

 p { color: rgb(240,218,73); }

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

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

 a { background-color: rgb(240,218,73); }

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

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

 span { border-color: rgb(240,218,73); }

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