#F8DD4D

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

Shades of Energy Yellow #F8DD4D

Tints of Energy Yellow #F8DD4D

Color information

#F8DD4D (or 0xF8DD4D) is unknown color: approx Energy Yellow. HEX triplet: F8, DD and 4D. RGB value is (248,221,77). Sum of RGB (Red+Green+Blue) = 248+221+77=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DD4D is #0722B2. Grayscale: #D5D5D5. Windows color (decimal): -467635 or 5103096. OLE color: 5103096.

HSL color Cylindrical-coordinate representation of color #F8DD4D: hue angle of 50.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8DD4D is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB24822177-
CMYK00.110.690.03
HSL50.53º92.43%63.73%-
HSV(B)50.53º68.95%97.25%-
XYZ65.9172.2117.48-
YUV212.6651.45153.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 77 (30.47% from 255) = 14.10%
R=45.42%
G=40.48%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482217700.110.690.0350.5392.4363.73
HexF8DD4D0B453335c40
Octal370335115013105363134100
Binary111110001101110110011010101110001011111001110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DD4D; }

 p { color: rgb(248,221,77); }

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

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

 a { background-color: rgb(248,221,77); }

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

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

 span { border-color: rgb(248,221,77); }

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