#F0F92D

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

Shades of Golden Fizz #F0F92D

Tints of Golden Fizz #F0F92D

Color information

#F0F92D (or 0xF0F92D) is unknown color: approx Golden Fizz. HEX triplet: F0, F9 and 2D. RGB value is (240,249,45). Sum of RGB (Red+Green+Blue) = 240+249+45=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F92D is #0F06D2. Grayscale: #DFDFDF. Windows color (decimal): -984787 or 3013104. OLE color: 3013104.

HSL color Cylindrical-coordinate representation of color #F0F92D: hue angle of 62.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0F92D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24024945-
CMYK0.0400.820.02
HSL62.65º94.44%57.65%-
HSV(B)62.65º81.93%97.65%-
XYZ70.2886.4715.47-
YUV223.0527.52140.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 249 (97.66% from 255) = 46.63%
BLUE value IS 45 (17.97% from 255) = 8.43%
R=44.94%
G=46.63%
B=8.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240249450.0400.820.0262.6594.4457.65
HexF0F92D405223f5e3a
Octal360371554012227713672
Binary111100001111100110110110001010010101111111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F92D; }

 p { color: rgb(240,249,45); }

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

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

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

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

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

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

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