#F0DE2C

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

Shades of Golden Fizz #F0DE2C

Tints of Golden Fizz #F0DE2C

Color information

#F0DE2C (or 0xF0DE2C) is unknown color: approx Golden Fizz. HEX triplet: F0, DE and 2C. RGB value is (240,222,44). Sum of RGB (Red+Green+Blue) = 240+222+44=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DE2C is #0F21D3. Grayscale: #CFCFCF. Windows color (decimal): -991700 or 2940656. OLE color: 2940656.

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

Color convert

RGB24022244-
CMYK00.080.820.06
HSL54.49º86.73%55.69%-
HSV(B)54.49º81.67%94.12%-
XYZ62.5170.9512.78-
YUV207.0935.96151.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 44 (17.58% from 255) = 8.70%
R=47.43%
G=43.87%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402224400.080.820.0654.4986.7355.69
HexF0DE2C08526365738
Octal3603365401012266612770
Binary11110000110111101011000100010100101101101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DE2C; }

 p { color: rgb(240,222,44); }

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

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

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

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

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

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

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