#F1DB3E

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

Shades of Golden Fizz #F1DB3E

Tints of Golden Fizz #F1DB3E

Color information

#F1DB3E (or 0xF1DB3E) is unknown color: approx Golden Fizz. HEX triplet: F1, DB and 3E. RGB value is (241,219,62). Sum of RGB (Red+Green+Blue) = 241+219+62=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB3E is #0E24C1. Grayscale: #D0D0D0. Windows color (decimal): -926914 or 4119537. OLE color: 4119537.

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

Color convert

RGB24121962-
CMYK00.090.740.05
HSL52.63º86.47%59.41%-
HSV(B)52.63º74.27%94.51%-
XYZ62.4869.7114.72-
YUV207.6845.79151.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 62 (24.61% from 255) = 11.88%
R=46.17%
G=41.95%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412196200.090.740.0552.6386.4759.41
HexF1DB3E094A535563b
Octal3613337601111256512673
Binary11110001110110111111100100110010101011101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DB3E; }

 p { color: rgb(241,219,62); }

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

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

 a { background-color: rgb(241,219,62); }

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

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

 span { border-color: rgb(241,219,62); }

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