Html Css Color HEX #F2FD29 Golden Fizz

📋 copy color: '#F2FD29'

red 242 ◦ green 253 ◦ blue 41

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

Shades of Golden Fizz #F2FD29

Tints of Golden Fizz #F2FD29

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

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

R = 45.15%
G = 47.2%
B = 7.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#F2FD29 (or 0xF2FD29) is known color: Golden Fizz. HEX triplet: F2, FD and 29. RGB value is (242,253,41). Sum of RGB (Red+Green+Blue) = 242+253+41=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 41 (16.41% from 255 or 7.65% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD29 is #0D02D6. Grayscale: #E2E2E2. Windows color (decimal): -852695 or 2751986. OLE color: 2751986.

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

Color convert

RGB 242 253 41 -
CMYK 0.04 0 0.84 0.01
HSL 63.11º 0.98% 0.58% -
HSV(B) 63.11º 0.84% 0.99% -
XYZ 72.14 89.29 15.53 -
YUV 225.54 23.86 139.74 -
System Red Green Blue C M Y K H S L
Decimal 242 253 41 0.04 0 0.84 0.01 63.11 0.98 0.58
Hex F2 FD 29 4 0 54 1 3F 62 3A
Octal 362 375 51 4 0 124 1 77 142 72
Binary 11110010 11111101 101001 100 0 1010100 1 111111 1100010 111010

Color Harmonies of #F2FD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD29

Black with #F2FD29

Text Example


Text Example

White with #F2FD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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