#F1DA30

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

Shades of Golden Fizz #F1DA30

Tints of Golden Fizz #F1DA30

Color information

#F1DA30 (or 0xF1DA30) is unknown color: approx Golden Fizz. HEX triplet: F1, DA and 30. RGB value is (241,218,48). Sum of RGB (Red+Green+Blue) = 241+218+48=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DA30 is #0E25CF. Grayscale: #CECECE. Windows color (decimal): -927184 or 3201777. OLE color: 3201777.

HSL color Cylindrical-coordinate representation of color #F1DA30: hue angle of 52.85º 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 #F1DA30 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24121848-
CMYK00.100.800.05
HSL52.85º87.33%56.67%-
HSV(B)52.85º80.08%94.51%-
XYZ61.8869.0612.86-
YUV205.539.12153.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 48 (19.14% from 255) = 9.47%
R=47.53%
G=43.00%
B=9.47%

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
Decimal2412184800.100.800.0552.8587.3356.67
HexF1DA300A505355739
Octal3613326001212056512771
Binary11110001110110101100000101010100001011101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA30; }

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

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

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

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

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

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

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

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