#F1FD2C

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

Shades of Golden Fizz #F1FD2C

Tints of Golden Fizz #F1FD2C

Color information

#F1FD2C (or 0xF1FD2C) is unknown color: approx Golden Fizz. HEX triplet: F1, FD and 2C. RGB value is (241,253,44). Sum of RGB (Red+Green+Blue) = 241+253+44=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 44 (17.58% from 255 or 8.18% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FD2C is #0E02D3. Grayscale: #E2E2E2. Windows color (decimal): -918228 or 2948593. OLE color: 2948593.

HSL color Cylindrical-coordinate representation of color #F1FD2C: hue angle of 63.44º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1FD2C is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB24125344-
CMYK0.0500.830.01
HSL63.44º98.12%58.24%-
HSV(B)63.44º82.61%99.22%-
XYZ71.8689.1315.8-
YUV225.5925.52138.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 253 (99.22% from 255) = 47.03%
BLUE value IS 44 (17.58% from 255) = 8.18%
R=44.80%
G=47.03%
B=8.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241253440.0500.830.0163.4498.1258.24
HexF1FD2C505313f623a
Octal361375545012317714272
Binary11110001111111011011001010101001111111111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FD2C; }

 p { color: rgb(241,253,44); }

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

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

 a { background-color: rgb(241,253,44); }

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

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

 span { border-color: rgb(241,253,44); }

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