Html Css Color HEX #F2FB28 Golden Fizz

📋 copy color: '#F2FB28'

red 242 ◦ green 251 ◦ blue 40

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

Shades of Golden Fizz #F2FB28

Tints of Golden Fizz #F2FB28

RGB

 RED value IS 242 (94.92% from 255) = 45.4%

 GREEN value IS 251 (98.44% from 255) = 47.09%

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

R = 45.4%
G = 47.09%
B = 7.5%

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

#F2FB28 (or 0xF2FB28) is known color: Golden Fizz. HEX triplet: F2, FB and 28. RGB value is (242,251,40). Sum of RGB (Red+Green+Blue) = 242+251+40=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 40 (16.02% from 255 or 7.50% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB28 is #0D04D7. Grayscale: #E1E1E1. Windows color (decimal): -853208 or 2685938. OLE color: 2685938.

HSL color Cylindrical-coordinate representation of color #F2FB28: hue angle of 62.56º degrees, saturation: 0.96, 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 #F2FB28 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 40 -
CMYK 0.04 0 0.84 0.02
HSL 62.56º 0.96% 0.57% -
HSV(B) 62.56º 0.84% 0.98% -
XYZ 71.5 88.02 15.23 -
YUV 224.26 24.02 140.66 -
System Red Green Blue C M Y K H S L
Decimal 242 251 40 0.04 0 0.84 0.02 62.56 0.96 0.57
Hex F2 FB 28 4 0 54 2 3F 60 39
Octal 362 373 50 4 0 124 2 77 140 71
Binary 11110010 11111011 101000 100 0 1010100 10 111111 1100000 111001

Color Harmonies of #F2FB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FB28

Black with #F2FB28

Text Example


Text Example

White with #F2FB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FB28; }

 p { color: rgb(242,251,40); }

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

background-color css

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

 a { background-color: rgb(242,251,40); }

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

border-color css

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

 span { border-color: rgb(242,251,40); }

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