#F1D64B

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

Shades of Energy Yellow #F1D64B

Tints of Energy Yellow #F1D64B

Color information

#F1D64B (or 0xF1D64B) is unknown color: approx Energy Yellow. HEX triplet: F1, D6 and 4B. RGB value is (241,214,75). Sum of RGB (Red+Green+Blue) = 241+214+75=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D64B is #0E29B4. Grayscale: #CECECE. Windows color (decimal): -928181 or 4970225. OLE color: 4970225.

HSL color Cylindrical-coordinate representation of color #F1D64B: hue angle of 50.24º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1D64B is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24121475-
CMYK00.110.690.05
HSL50.24º85.57%61.96%-
HSV(B)50.24º68.88%94.51%-
XYZ61.5967.316.4-
YUV206.2353.95152.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 75 (29.69% from 255) = 14.15%
R=45.47%
G=40.38%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412147500.110.690.0550.2485.5761.96
HexF1D64B0B45532563e
Octal36132611301310556212676
Binary111100011101011010010110101110001011011100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D64B; }

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

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

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

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

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

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

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

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