#F1D930

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

Shades of Golden Fizz #F1D930

Tints of Golden Fizz #F1D930

Color information

#F1D930 (or 0xF1D930) is unknown color: approx Golden Fizz. HEX triplet: F1, D9 and 30. RGB value is (241,217,48). Sum of RGB (Red+Green+Blue) = 241+217+48=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D930 is #0E26CF. Grayscale: #CDCDCD. Windows color (decimal): -927440 or 3201521. OLE color: 3201521.

HSL color Cylindrical-coordinate representation of color #F1D930: hue angle of 52.54º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1D930 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24121748-
CMYK00.100.800.05
HSL52.54º87.33%56.67%-
HSV(B)52.54º80.08%94.51%-
XYZ61.6268.5412.78-
YUV204.9139.45153.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 48 (19.14% from 255) = 9.49%
R=47.63%
G=42.89%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412174800.100.800.0552.5487.3356.67
HexF1D9300A505355739
Octal3613316001212056512771
Binary11110001110110011100000101010100001011101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D930; }

 p { color: rgb(241,217,48); }

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

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

 a { background-color: rgb(241,217,48); }

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

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

 span { border-color: rgb(241,217,48); }

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