Html Css Color HEX #F1F526 Golden Fizz

📋 copy color: '#F1F526'

red 241 ◦ green 245 ◦ blue 38

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

Shades of Golden Fizz #F1F526

Tints of Golden Fizz #F1F526

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

 BLUE value IS 38 (15.23% from 255) = 7.25%

R = 45.99%
G = 46.76%
B = 7.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F1F526 (or 0xF1F526) is known color: Golden Fizz. HEX triplet: F1, F5 and 26. RGB value is (241,245,38). Sum of RGB (Red+Green+Blue) = 241+245+38=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 38 (15.23% from 255 or 7.25% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F526 is #0E0AD9. Grayscale: #DDDDDD. Windows color (decimal): -920282 or 2553329. OLE color: 2553329.

HSL color Cylindrical-coordinate representation of color #F1F526: hue angle of 61.16º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1F526 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 245 38 -
CMYK 0.02 0 0.84 0.04
HSL 61.16º 0.91% 0.55% -
HSV(B) 61.16º 0.84% 0.96% -
XYZ 69.28 84.15 14.42 -
YUV 220.21 25.17 142.83 -
System Red Green Blue C M Y K H S L
Decimal 241 245 38 0.02 0 0.84 0.04 61.16 0.91 0.55
Hex F1 F5 26 2 0 54 4 3D 5B 37
Octal 361 365 46 2 0 124 4 75 133 67
Binary 11110001 11110101 100110 10 0 1010100 100 111101 1011011 110111

Color Harmonies of #F1F526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F526

Black with #F1F526

Text Example


Text Example

White with #F1F526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F526; }

 p { color: rgb(241,245,38); }

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

background-color css

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

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

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

border-color css

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

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

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