#F1DB50

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

Shades of Energy Yellow #F1DB50

Tints of Energy Yellow #F1DB50

Color information

#F1DB50 (or 0xF1DB50) is unknown color: approx Energy Yellow. HEX triplet: F1, DB and 50. RGB value is (241,219,80). Sum of RGB (Red+Green+Blue) = 241+219+80=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB50 is #0E24AF. Grayscale: #D2D2D2. Windows color (decimal): -926896 or 5299185. OLE color: 5299185.

HSL color Cylindrical-coordinate representation of color #F1DB50: hue angle of 51.8º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1DB50 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24121980-
CMYK00.090.670.05
HSL51.8º85.19%62.94%-
HSV(B)51.8º66.8%94.51%-
XYZ63.0669.9417.77-
YUV209.7354.79150.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 219 (85.94% from 255) = 40.56%
BLUE value IS 80 (31.64% from 255) = 14.81%
R=44.63%
G=40.56%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412198000.090.670.0551.885.1962.94
HexF1DB500943534553f
Octal36133312001110356412577
Binary111100011101101110100000100110000111011101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DB50; }

 p { color: rgb(241,219,80); }

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

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

 a { background-color: rgb(241,219,80); }

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

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

 span { border-color: rgb(241,219,80); }

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