#F1DA34

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

Shades of Golden Fizz #F1DA34

Tints of Golden Fizz #F1DA34

Color information

#F1DA34 (or 0xF1DA34) is unknown color: approx Golden Fizz. HEX triplet: F1, DA and 34. RGB value is (241,218,52). Sum of RGB (Red+Green+Blue) = 241+218+52=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DA34 is #0E25CB. Grayscale: #CECECE. Windows color (decimal): -927180 or 3463921. OLE color: 3463921.

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

Color convert

RGB24121852-
CMYK00.100.780.05
HSL52.7º87.1%57.45%-
HSV(B)52.7º78.42%94.51%-
XYZ61.9769.0913.32-
YUV205.9541.12153-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 52 (20.70% from 255) = 10.18%
R=47.16%
G=42.66%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412185200.100.780.0552.787.157.45
HexF1DA340A4E5355739
Octal3613326401211656512771
Binary11110001110110101101000101010011101011101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA34; }

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

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

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

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

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

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

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

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