#F0D84D

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

Shades of Energy Yellow #F0D84D

Tints of Energy Yellow #F0D84D

Color information

#F0D84D (or 0xF0D84D) is unknown color: approx Energy Yellow. HEX triplet: F0, D8 and 4D. RGB value is (240,216,77). Sum of RGB (Red+Green+Blue) = 240+216+77=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D84D is #0F27B2. Grayscale: #CFCFCF. Windows color (decimal): -993203 or 5101808. OLE color: 5101808.

HSL color Cylindrical-coordinate representation of color #F0D84D: hue angle of 51.17º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0D84D is Cyan = 0, Magento = 0.1, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24021677-
CMYK00.10.680.06
HSL51.17º84.46%62.16%-
HSV(B)51.17º67.92%94.12%-
XYZ61.8368.1716.92-
YUV207.3354.45151.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 77 (30.47% from 255) = 14.45%
R=45.03%
G=40.53%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402167700.10.680.0651.1784.4662.16
HexF0D84D0A44633543e
Octal36033011501210466312476
Binary111100001101100010011010101010001001101100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D84D; }

 p { color: rgb(240,216,77); }

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

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

 a { background-color: rgb(240,216,77); }

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

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

 span { border-color: rgb(240,216,77); }

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