#F5D54B

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

Shades of Energy Yellow #F5D54B

Tints of Energy Yellow #F5D54B

Color information

#F5D54B (or 0xF5D54B) is unknown color: approx Energy Yellow. HEX triplet: F5, D5 and 4B. RGB value is (245,213,75). Sum of RGB (Red+Green+Blue) = 245+213+75=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D54B is #0A2AB4. Grayscale: #CFCFCF. Windows color (decimal): -666293 or 4969973. OLE color: 4969973.

HSL color Cylindrical-coordinate representation of color #F5D54B: hue angle of 48.71º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5D54B is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB24521375-
CMYK00.130.690.04
HSL48.71º89.47%62.75%-
HSV(B)48.71º69.39%96.08%-
XYZ62.7267.5116.38-
YUV206.8453.6155.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 75 (29.69% from 255) = 14.07%
R=45.97%
G=39.96%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452137500.130.690.0448.7189.4762.75
HexF5D54B0D45431593f
Octal36532511301510546113177
Binary111101011101010110010110110110001011001100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D54B; }

 p { color: rgb(245,213,75); }

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

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

 a { background-color: rgb(245,213,75); }

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

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

 span { border-color: rgb(245,213,75); }

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