#f8da4b

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

Shades of Energy Yellow #F8DA4B

Tints of Energy Yellow #F8DA4B

Color information

#F8DA4B (or 0xF8DA4B) is unknown color: approx Energy Yellow. HEX triplet: F8, DA and 4B. RGB value is (248,218,75). Sum of RGB (Red+Green+Blue) = 248+218+75=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA4B is #0725B4. Grayscale: #D3D3D3. Windows color (decimal): -468405 or 4971256. OLE color: 4971256.

HSL color Cylindrical-coordinate representation of color #F8DA4B: hue angle of 49.6º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8DA4B is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24821875-
CMYK00.120.700.03
HSL49.6º92.51%63.33%-
HSV(B)49.6º69.76%97.25%-
XYZ65.0570.6116.86-
YUV210.6751.44154.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.84%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 75 (29.69% from 255) = 13.86%
R=45.84%
G=40.30%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482187500.120.700.0349.692.5163.33
HexF8DA4B0C463325d3f
Octal37033211301410636213577
Binary11111000110110101001011011001000110111100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8da4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8da4b; }

 p { color: rgb(248,218,75); }

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

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

 a { background-color: rgb(248,218,75); }

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

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

 span { border-color: rgb(248,218,75); }

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