#F0E12E

Color #F0E12E Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #F0E12E

Tints of Golden Fizz #F0E12E

Color information

#F0E12E (or 0xF0E12E) is unknown color: approx Golden Fizz. HEX triplet: F0, E1 and 2E. RGB value is (240,225,46). Sum of RGB (Red+Green+Blue) = 240+225+46=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E12E is #0F1ED1. Grayscale: #D1D1D1. Windows color (decimal): -990930 or 3072496. OLE color: 3072496.

HSL color Cylindrical-coordinate representation of color #F0E12E: hue angle of 55.36º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0E12E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB24022546-
CMYK00.060.810.06
HSL55.36º86.61%56.08%-
HSV(B)55.36º80.83%94.12%-
XYZ63.3572.5713.25-
YUV209.0835.97150.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 46 (18.36% from 255) = 9.00%
R=46.97%
G=44.03%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402254600.060.810.0655.3686.6156.08
HexF0E12E06516375738
Octal360341560612166712770
Binary1111000011100001101110011010100011101101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E12E; }

 p { color: rgb(240,225,46); }

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

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

 a { background-color: rgb(240,225,46); }

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

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

 span { border-color: rgb(240,225,46); }

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