#F1DC29

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

Shades of Golden Fizz #F1DC29

Tints of Golden Fizz #F1DC29

Color information

#F1DC29 (or 0xF1DC29) is unknown color: approx Golden Fizz. HEX triplet: F1, DC and 29. RGB value is (241,220,41). Sum of RGB (Red+Green+Blue) = 241+220+41=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC29 is #0E23D6. Grayscale: #CECECE. Windows color (decimal): -926679 or 2743537. OLE color: 2743537.

HSL color Cylindrical-coordinate representation of color #F1DC29: hue angle of 53.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1DC29 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24122041-
CMYK00.090.830.05
HSL53.7º87.72%55.29%-
HSV(B)53.7º82.99%94.51%-
XYZ62.2770.0512.34-
YUV205.8734.96153.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 41 (16.41% from 255) = 8.17%
R=48.01%
G=43.82%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412204100.090.830.0553.787.7255.29
HexF1DC2909535365837
Octal3613345101112356613067
Binary11110001110111001010010100110100111011101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC29; }

 p { color: rgb(241,220,41); }

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

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

 a { background-color: rgb(241,220,41); }

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

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

 span { border-color: rgb(241,220,41); }

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