#F1DB3A

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

Shades of Golden Fizz #F1DB3A

Tints of Golden Fizz #F1DB3A

Color information

#F1DB3A (or 0xF1DB3A) is unknown color: approx Golden Fizz. HEX triplet: F1, DB and 3A. RGB value is (241,219,58). Sum of RGB (Red+Green+Blue) = 241+219+58=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB3A is #0E24C5. Grayscale: #CFCFCF. Windows color (decimal): -926918 or 3857393. OLE color: 3857393.

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

Color convert

RGB24121958-
CMYK00.090.760.05
HSL52.79º86.73%58.63%-
HSV(B)52.79º75.93%94.51%-
XYZ62.3769.6714.16-
YUV207.2243.79152.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 58 (23.05% from 255) = 11.20%
R=46.53%
G=42.28%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412195800.090.760.0552.7986.7358.63
HexF1DB3A094C535573b
Octal3613337201111456512773
Binary11110001110110111110100100110011001011101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DB3A; }

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

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

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

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

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

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

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

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