Html Css Color HEX #F2FF2A Golden Fizz

📋 copy color: '#F2FF2A'

red 242 ◦ green 255 ◦ blue 42

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

Shades of Golden Fizz #F2FF2A

Tints of Golden Fizz #F2FF2A

RGB

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

 GREEN value IS 255 (100% from 255) = 47.31%

 BLUE value IS 42 (16.8% from 255) = 7.79%

R = 44.9%
G = 47.31%
B = 7.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#F2FF2A (or 0xF2FF2A) is known color: Golden Fizz. HEX triplet: F2, FF and 2A. RGB value is (242,255,42). Sum of RGB (Red+Green+Blue) = 242+255+42=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 42 (16.80% from 255 or 7.79% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF2A is #0D00D5. Grayscale: #E3E3E3. Windows color (decimal): -852182 or 2818034. OLE color: 2818034.

HSL color Cylindrical-coordinate representation of color #F2FF2A: hue angle of 63.66º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2FF2A is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 242 255 42 -
CMYK 0.05 0 0.84 0
HSL 63.66º 1% 0.58% -
HSV(B) 63.66º 0.84% 1% -
XYZ 72.8 90.56 15.83 -
YUV 226.83 23.69 138.82 -
System Red Green Blue C M Y K H S L
Decimal 242 255 42 0.05 0 0.84 0 63.66 1 0.58
Hex F2 FF 2A 5 0 54 0 40 64 3A
Octal 362 377 52 5 0 124 0 100 144 72
Binary 11110010 11111111 101010 101 0 1010100 0 1000000 1100100 111010

Color Harmonies of #F2FF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF2A

Black with #F2FF2A

Text Example


Text Example

White with #F2FF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF2A; }

 p { color: rgb(242,255,42); }

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

background-color css

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

 a { background-color: rgb(242,255,42); }

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

border-color css

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

 span { border-color: rgb(242,255,42); }

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