#F1D650

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

Shades of Energy Yellow #F1D650

Tints of Energy Yellow #F1D650

Color information

#F1D650 (or 0xF1D650) is unknown color: approx Energy Yellow. HEX triplet: F1, D6 and 50. RGB value is (241,214,80). Sum of RGB (Red+Green+Blue) = 241+214+80=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D650 is #0E29AF. Grayscale: #CFCFCF. Windows color (decimal): -928176 or 5297905. OLE color: 5297905.

HSL color Cylindrical-coordinate representation of color #F1D650: hue angle of 49.94º 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 #F1D650 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24121480-
CMYK00.110.670.05
HSL49.94º85.19%62.94%-
HSV(B)49.94º66.8%94.51%-
XYZ61.7767.3717.34-
YUV206.856.45152.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 14.95%
R=45.05%
G=40%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412148000.110.670.0549.9485.1962.94
HexF1D6500B43532553f
Octal36132612001310356212577
Binary111100011101011010100000101110000111011100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D650; }

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

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

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

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

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

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

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

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