#F0D94D

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

Shades of Energy Yellow #F0D94D

Tints of Energy Yellow #F0D94D

Color information

#F0D94D (or 0xF0D94D) is unknown color: approx Energy Yellow. HEX triplet: F0, D9 and 4D. RGB value is (240,217,77). Sum of RGB (Red+Green+Blue) = 240+217+77=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D94D is #0F26B2. Grayscale: #D0D0D0. Windows color (decimal): -992947 or 5102064. OLE color: 5102064.

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

Color convert

RGB24021777-
CMYK00.100.680.06
HSL51.53º84.46%62.16%-
HSV(B)51.53º67.92%94.12%-
XYZ62.0968.6917.01-
YUV207.9254.12150.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 77 (30.47% from 255) = 14.42%
R=44.94%
G=40.64%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402177700.100.680.0651.5384.4662.16
HexF0D94D0A44634543e
Octal36033111501210466412476
Binary111100001101100110011010101010001001101101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D94D; }

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

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

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

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

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

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

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

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