Html Css Color HEX #F2F22F Golden Fizz

📋 copy color: '#F2F22F'

red 242 ◦ green 242 ◦ blue 47

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

Shades of Golden Fizz #F2F22F

Tints of Golden Fizz #F2F22F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.57%

 BLUE value IS 47 (18.75% from 255) = 8.85%

R = 45.57%
G = 45.57%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2F22F (or 0xF2F22F) is known color: Golden Fizz. HEX triplet: F2, F2 and 2F. RGB value is (242,242,47). Sum of RGB (Red+Green+Blue) = 242+242+47=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 47 (18.75% from 255 or 8.85% from 531); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F22F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F22F is #0D0DD0. Grayscale: #DCDCDC. Windows color (decimal): -855505 or 3142386. OLE color: 3142386.

HSL color Cylindrical-coordinate representation of color #F2F22F: hue angle of 60º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2F22F is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 242 47 -
CMYK 0 0 0.81 0.05
HSL 60º 0.88% 0.57% -
HSV(B) 60º 0.81% 0.95% -
XYZ 68.88 82.59 15 -
YUV 219.77 30.5 143.86 -
System Red Green Blue C M Y K H S L
Decimal 242 242 47 0 0 0.81 0.05 60 0.88 0.57
Hex F2 F2 2F 0 0 51 5 3C 58 39
Octal 362 362 57 0 0 121 5 74 130 71
Binary 11110010 11110010 101111 0 0 1010001 101 111100 1011000 111001

Color Harmonies of #F2F22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F22F

Black with #F2F22F

Text Example


Text Example

White with #F2F22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F22F; }

 p { color: rgb(242,242,47); }

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

background-color css

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

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

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

border-color css

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

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

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