#F1DC24

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

Shades of Golden Fizz #F1DC24

Tints of Golden Fizz #F1DC24

Color information

#F1DC24 (or 0xF1DC24) is unknown color: approx Golden Fizz. HEX triplet: F1, DC and 24. RGB value is (241,220,36). Sum of RGB (Red+Green+Blue) = 241+220+36=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC24 is #0E23DB. Grayscale: #CECECE. Windows color (decimal): -926684 or 2415857. OLE color: 2415857.

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

Color convert

RGB24122036-
CMYK00.090.850.05
HSL53.85º87.98%54.31%-
HSV(B)53.85º85.06%94.51%-
XYZ62.1970.0111.91-
YUV205.332.46153.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 36 (14.45% from 255) = 7.24%
R=48.49%
G=44.27%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412203600.090.850.0553.8587.9854.31
HexF1DC2409555365836
Octal3613344401112556613066
Binary11110001110111001001000100110101011011101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC24; }

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

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

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

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

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

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

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

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