#F0F037

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

Shades of Golden Fizz #F0F037

Tints of Golden Fizz #F0F037

Color information

#F0F037 (or 0xF0F037) is unknown color: approx Golden Fizz. HEX triplet: F0, F0 and 37. RGB value is (240,240,55). Sum of RGB (Red+Green+Blue) = 240+240+55=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 55 (21.88% from 255 or 10.28% from 535); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F037 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F037 is #0F0FC8. Grayscale: #DBDBDB. Windows color (decimal): -987081 or 3666160. OLE color: 3666160.

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

Color convert

RGB24024055-
CMYK000.770.06
HSL60º86.05%57.84%-
HSV(B)60º77.08%94.12%-
XYZ67.7881.1215.7-
YUV218.9135.5143.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 240 (94.14% from 255) = 44.86%
BLUE value IS 55 (21.88% from 255) = 10.28%
R=44.86%
G=44.86%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24024055000.770.066086.0557.84
HexF0F037004D63c563a
Octal360360670011567412672
Binary11110000111100001101110010011011101111001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F037; }

 p { color: rgb(240,240,55); }

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

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

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

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

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

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

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