Html Css Color HEX #F1F032 Golden Fizz

📋 copy color: '#F1F032'

red 241 ◦ green 240 ◦ blue 50

#F1F032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #F1F032

Tints of Golden Fizz #F1F032

RGB

 RED value IS 241 (94.53% from 255) = 45.39%

 GREEN value IS 240 (94.14% from 255) = 45.2%

 BLUE value IS 50 (19.92% from 255) = 9.42%

R = 45.39%
G = 45.2%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1F032 (or 0xF1F032) is known color: Golden Fizz. HEX triplet: F1, F0 and 32. RGB value is (241,240,50). Sum of RGB (Red+Green+Blue) = 241+240+50=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 50 (19.92% from 255 or 9.42% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F032 is #0E0FCD. Grayscale: #DBDBDB. Windows color (decimal): -921550 or 3338481. OLE color: 3338481.

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

Color convert

RGB 241 240 50 -
CMYK 0 0.00 0.79 0.05
HSL 59.69º 0.87% 0.57% -
HSV(B) 59.69º 0.79% 0.95% -
XYZ 68.01 81.25 15.12 -
YUV 218.64 32.83 143.95 -
System Red Green Blue C M Y K H S L
Decimal 241 240 50 0 0.00 0.79 0.05 59.69 0.87 0.57
Hex F1 F0 32 0 0 4F 5 3C 57 39
Octal 361 360 62 0 0 117 5 74 127 71
Binary 11110001 11110000 110010 0 0 1001111 101 111100 1010111 111001

Color Harmonies of #F1F032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F032

Black with #F1F032

Text Example


Text Example

White with #F1F032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F032; }

 p { color: rgb(241,240,50); }

 H1.HeaderClassName
 {
   color: #F1F032;
 }
 .AnyTagClassName
 {
   color: #F1F032;
 }
</style>

background-color css

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

 a { background-color: rgb(241,240,50); }

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

border-color css

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

 span { border-color: rgb(241,240,50); }

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