Html Css Color HEX #F2FB29 Golden Fizz

📋 copy color: '#F2FB29'

red 242 ◦ green 251 ◦ blue 41

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

Shades of Golden Fizz #F2FB29

Tints of Golden Fizz #F2FB29

RGB

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

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

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

R = 45.32%
G = 47%
B = 7.68%

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

#F2FB29 (or 0xF2FB29) is known color: Golden Fizz. HEX triplet: F2, FB and 29. RGB value is (242,251,41). Sum of RGB (Red+Green+Blue) = 242+251+41=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 41 (16.41% from 255 or 7.68% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB29 is #0D04D6. Grayscale: #E1E1E1. Windows color (decimal): -853207 or 2751474. OLE color: 2751474.

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

Color convert

RGB 242 251 41 -
CMYK 0.04 0 0.84 0.02
HSL 62.57º 0.96% 0.57% -
HSV(B) 62.57º 0.84% 0.98% -
XYZ 71.52 88.03 15.32 -
YUV 224.37 24.52 140.58 -
System Red Green Blue C M Y K H S L
Decimal 242 251 41 0.04 0 0.84 0.02 62.57 0.96 0.57
Hex F2 FB 29 4 0 54 2 3F 60 39
Octal 362 373 51 4 0 124 2 77 140 71
Binary 11110010 11111011 101001 100 0 1010100 10 111111 1100000 111001

Color Harmonies of #F2FB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FB29

Black with #F2FB29

Text Example


Text Example

White with #F2FB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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