Html Css Color HEX #F2F72C Golden Fizz

📋 copy color: '#F2F72C'

red 242 ◦ green 247 ◦ blue 44

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

Shades of Golden Fizz #F2F72C

Tints of Golden Fizz #F2F72C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 44 (17.58% from 255) = 8.26%

R = 45.4%
G = 46.34%
B = 8.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F2F72C (or 0xF2F72C) is known color: Golden Fizz. HEX triplet: F2, F7 and 2C. RGB value is (242,247,44). Sum of RGB (Red+Green+Blue) = 242+247+44=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 44 (17.58% from 255 or 8.26% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F72C is #0D08D3. Grayscale: #DFDFDF. Windows color (decimal): -854228 or 2947058. OLE color: 2947058.

HSL color Cylindrical-coordinate representation of color #F2F72C: hue angle of 61.48º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2F72C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 44 -
CMYK 0.02 0 0.82 0.03
HSL 61.48º 0.93% 0.57% -
HSV(B) 61.48º 0.82% 0.97% -
XYZ 70.33 85.58 15.19 -
YUV 222.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 242 247 44 0.02 0 0.82 0.03 61.48 0.93 0.57
Hex F2 F7 2C 2 0 52 3 3D 5D 39
Octal 362 367 54 2 0 122 3 75 135 71
Binary 11110010 11110111 101100 10 0 1010010 11 111101 1011101 111001

Color Harmonies of #F2F72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F72C

Black with #F2F72C

Text Example


Text Example

White with #F2F72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F72C; }

 p { color: rgb(242,247,44); }

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

background-color css

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

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

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

border-color css

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

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

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