#F1DA35

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

Shades of Golden Fizz #F1DA35

Tints of Golden Fizz #F1DA35

Color information

#F1DA35 (or 0xF1DA35) is unknown color: approx Golden Fizz. HEX triplet: F1, DA and 35. RGB value is (241,218,53). Sum of RGB (Red+Green+Blue) = 241+218+53=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DA35 is #0E25CA. Grayscale: #CECECE. Windows color (decimal): -927179 or 3529457. OLE color: 3529457.

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

Color convert

RGB24121853-
CMYK00.100.780.05
HSL52.66º87.04%57.65%-
HSV(B)52.66º78.01%94.51%-
XYZ61.9969.113.44-
YUV206.0741.62152.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 53 (21.09% from 255) = 10.35%
R=47.07%
G=42.58%
B=10.35%

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
Decimal2412185300.100.780.0552.6687.0457.65
HexF1DA350A4E535573a
Octal3613326501211656512772
Binary11110001110110101101010101010011101011101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA35; }

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

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

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

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

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

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

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

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