Html Css Color HEX #F2F629 Golden Fizz

📋 copy color: '#F2F629'

red 242 ◦ green 246 ◦ blue 41

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

Shades of Golden Fizz #F2F629

Tints of Golden Fizz #F2F629

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.5%

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

R = 45.75%
G = 46.5%
B = 7.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F2F629 (or 0xF2F629) is known color: Golden Fizz. HEX triplet: F2, F6 and 29. RGB value is (242,246,41). Sum of RGB (Red+Green+Blue) = 242+246+41=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 41 (16.41% from 255 or 7.75% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F629 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F629 is #0D09D6. Grayscale: #DEDEDE. Windows color (decimal): -854487 or 2750194. OLE color: 2750194.

HSL color Cylindrical-coordinate representation of color #F2F629: hue angle of 61.17º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2F629 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 41 -
CMYK 0.02 0 0.83 0.04
HSL 61.17º 0.92% 0.56% -
HSV(B) 61.17º 0.83% 0.96% -
XYZ 69.97 84.95 14.81 -
YUV 221.43 26.17 142.67 -
System Red Green Blue C M Y K H S L
Decimal 242 246 41 0.02 0 0.83 0.04 61.17 0.92 0.56
Hex F2 F6 29 2 0 53 4 3D 5C 38
Octal 362 366 51 2 0 123 4 75 134 70
Binary 11110010 11110110 101001 10 0 1010011 100 111101 1011100 111000

Color Harmonies of #F2F629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F629

Black with #F2F629

Text Example


Text Example

White with #F2F629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F629; }

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

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

background-color css

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

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

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

border-color css

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

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

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