#F5DD48

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

Shades of Energy Yellow #F5DD48

Tints of Energy Yellow #F5DD48

Color information

#F5DD48 (or 0xF5DD48) is unknown color: approx Energy Yellow. HEX triplet: F5, DD and 48. RGB value is (245,221,72). Sum of RGB (Red+Green+Blue) = 245+221+72=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD48 is #0A22B7. Grayscale: #D3D3D3. Windows color (decimal): -664248 or 4775413. OLE color: 4775413.

HSL color Cylindrical-coordinate representation of color #F5DD48: hue angle of 51.68º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5DD48 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB24522172-
CMYK00.100.710.04
HSL51.68º89.64%62.16%-
HSV(B)51.68º70.61%96.08%-
XYZ64.6871.5916.54-
YUV211.1949.45152.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 72 (28.52% from 255) = 13.38%
R=45.54%
G=41.08%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452217200.100.710.0451.6889.6462.16
HexF5DD480A474345a3e
Octal36533511001210746413276
Binary111101011101110110010000101010001111001101001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DD48; }

 p { color: rgb(245,221,72); }

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

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

 a { background-color: rgb(245,221,72); }

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

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

 span { border-color: rgb(245,221,72); }

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