#ffdb48

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

Shades of Energy Yellow #FFDB48

Tints of Energy Yellow #FFDB48

Color information

#FFDB48 (or 0xFFDB48) is unknown color: approx Energy Yellow. HEX triplet: FF, DB and 48. RGB value is (255,219,72). Sum of RGB (Red+Green+Blue) = 255+219+72=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 72 (28.52% from 255 or 13.19% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB48 is #0024B7. Grayscale: #D5D5D5. Windows color (decimal): -9400 or 4774911. OLE color: 4774911.

HSL color Cylindrical-coordinate representation of color #FFDB48: hue angle of 48.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFDB48 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB25521972-
CMYK00.140.720
HSL48.2º100%64.12%-
HSV(B)48.2º71.76%100%-
XYZ67.7472.3916.53-
YUV213.0148.43157.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 72 (28.52% from 255) = 13.19%
R=46.70%
G=40.11%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552197200.140.72048.210064.12
HexFFDB480E480306440
Octal377333110016110060144100
Binary11111111110110111001000011101001000011000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffdb48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffdb48; }

 p { color: rgb(255,219,72); }

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

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

 a { background-color: rgb(255,219,72); }

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

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

 span { border-color: rgb(255,219,72); }

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