Html Css Color HEX #F2FA29 Golden Fizz

📋 copy color: '#F2FA29'

red 242 ◦ green 250 ◦ blue 41

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

Shades of Golden Fizz #F2FA29

Tints of Golden Fizz #F2FA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.69%

R = 45.4%
G = 46.9%
B = 7.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F2FA29 (or 0xF2FA29) is known color: Golden Fizz. HEX triplet: F2, FA and 29. RGB value is (242,250,41). Sum of RGB (Red+Green+Blue) = 242+250+41=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 41 (16.41% from 255 or 7.69% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA29 is #0D05D6. Grayscale: #E0E0E0. Windows color (decimal): -853463 or 2751218. OLE color: 2751218.

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

Color convert

RGB 242 250 41 -
CMYK 0.03 0 0.84 0.02
HSL 62.3º 0.95% 0.57% -
HSV(B) 62.3º 0.84% 0.98% -
XYZ 71.2 87.41 15.22 -
YUV 223.78 24.85 140.99 -
System Red Green Blue C M Y K H S L
Decimal 242 250 41 0.03 0 0.84 0.02 62.3 0.95 0.57
Hex F2 FA 29 3 0 54 2 3E 5F 39
Octal 362 372 51 3 0 124 2 76 137 71
Binary 11110010 11111010 101001 11 0 1010100 10 111110 1011111 111001

Color Harmonies of #F2FA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA29

Black with #F2FA29

Text Example


Text Example

White with #F2FA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA29; }

 p { color: rgb(242,250,41); }

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

background-color css

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

 a { background-color: rgb(242,250,41); }

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

border-color css

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

 span { border-color: rgb(242,250,41); }

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