#F1DE3E

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

Shades of Golden Fizz #F1DE3E

Tints of Golden Fizz #F1DE3E

Color information

#F1DE3E (or 0xF1DE3E) is unknown color: approx Golden Fizz. HEX triplet: F1, DE and 3E. RGB value is (241,222,62). Sum of RGB (Red+Green+Blue) = 241+222+62=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 62 (24.61% from 255 or 11.81% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DE3E is #0E21C1. Grayscale: #D2D2D2. Windows color (decimal): -926146 or 4120305. OLE color: 4120305.

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

Color convert

RGB24122262-
CMYK00.080.740.05
HSL53.63º86.47%59.41%-
HSV(B)53.63º74.27%94.51%-
XYZ63.2771.2914.98-
YUV209.4444.79150.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 62 (24.61% from 255) = 11.81%
R=45.90%
G=42.29%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412226200.080.740.0553.6386.4759.41
HexF1DE3E084A536563b
Octal3613367601011256612673
Binary11110001110111101111100100010010101011101101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE3E; }

 p { color: rgb(241,222,62); }

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

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

 a { background-color: rgb(241,222,62); }

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

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

 span { border-color: rgb(241,222,62); }

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