Html Css Color HEX #F1F12F Golden Fizz

📋 copy color: '#F1F12F'

red 241 ◦ green 241 ◦ blue 47

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

Shades of Golden Fizz #F1F12F

Tints of Golden Fizz #F1F12F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.56%

 BLUE value IS 47 (18.75% from 255) = 8.88%

R = 45.56%
G = 45.56%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1F12F (or 0xF1F12F) is known color: Golden Fizz. HEX triplet: F1, F1 and 2F. RGB value is (241,241,47). Sum of RGB (Red+Green+Blue) = 241+241+47=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 47 (18.75% from 255 or 8.88% from 529); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F12F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F12F is #0E0ED0. Grayscale: #DBDBDB. Windows color (decimal): -921297 or 3142129. OLE color: 3142129.

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

Color convert

RGB 241 241 47 -
CMYK 0 0 0.80 0.05
HSL 60º 0.87% 0.56% -
HSV(B) 60º 0.8% 0.95% -
XYZ 68.24 81.82 14.88 -
YUV 218.88 31 143.77 -
System Red Green Blue C M Y K H S L
Decimal 241 241 47 0 0 0.80 0.05 60 0.87 0.56
Hex F1 F1 2F 0 0 50 5 3C 57 38
Octal 361 361 57 0 0 120 5 74 127 70
Binary 11110001 11110001 101111 0 0 1010000 101 111100 1010111 111000

Color Harmonies of #F1F12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F12F

Black with #F1F12F

Text Example


Text Example

White with #F1F12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F12F; }

 p { color: rgb(241,241,47); }

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

background-color css

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

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

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

border-color css

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

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

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