Html Css Color HEX #F1FA28 Golden Fizz

📋 copy color: '#F1FA28'

red 241 ◦ green 250 ◦ blue 40

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

Shades of Golden Fizz #F1FA28

Tints of Golden Fizz #F1FA28

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.08%

 BLUE value IS 40 (16.02% from 255) = 7.53%

R = 45.39%
G = 47.08%
B = 7.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F1FA28 (or 0xF1FA28) is known color: Golden Fizz. HEX triplet: F1, FA and 28. RGB value is (241,250,40). Sum of RGB (Red+Green+Blue) = 241+250+40=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FA28 is #0E05D7. Grayscale: #E0E0E0. Windows color (decimal): -919000 or 2685681. OLE color: 2685681.

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

Color convert

RGB 241 250 40 -
CMYK 0.04 0 0.84 0.02
HSL 62.57º 0.95% 0.57% -
HSV(B) 62.57º 0.84% 0.98% -
XYZ 70.84 87.23 15.11 -
YUV 223.37 24.52 140.58 -
System Red Green Blue C M Y K H S L
Decimal 241 250 40 0.04 0 0.84 0.02 62.57 0.95 0.57
Hex F1 FA 28 4 0 54 2 3F 5F 39
Octal 361 372 50 4 0 124 2 77 137 71
Binary 11110001 11111010 101000 100 0 1010100 10 111111 1011111 111001

Color Harmonies of #F1FA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FA28

Black with #F1FA28

Text Example


Text Example

White with #F1FA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FA28; }

 p { color: rgb(241,250,40); }

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

background-color css

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

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

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

border-color css

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

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

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