Html Css Color HEX #F2F92C Golden Fizz

📋 copy color: '#F2F92C'

red 242 ◦ green 249 ◦ blue 44

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

Shades of Golden Fizz #F2F92C

Tints of Golden Fizz #F2F92C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.54%

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

R = 45.23%
G = 46.54%
B = 8.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F2F92C (or 0xF2F92C) is known color: Golden Fizz. HEX triplet: F2, F9 and 2C. RGB value is (242,249,44). Sum of RGB (Red+Green+Blue) = 242+249+44=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 44 (17.58% from 255 or 8.22% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F92C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F92C is #0D06D3. Grayscale: #E0E0E0. Windows color (decimal): -853716 or 2947570. OLE color: 2947570.

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

Color convert

RGB 242 249 44 -
CMYK 0.03 0 0.82 0.02
HSL 62.05º 0.94% 0.57% -
HSV(B) 62.05º 0.82% 0.98% -
XYZ 70.95 86.81 15.4 -
YUV 223.54 26.68 141.17 -
System Red Green Blue C M Y K H S L
Decimal 242 249 44 0.03 0 0.82 0.02 62.05 0.94 0.57
Hex F2 F9 2C 3 0 52 2 3E 5E 39
Octal 362 371 54 3 0 122 2 76 136 71
Binary 11110010 11111001 101100 11 0 1010010 10 111110 1011110 111001

Color Harmonies of #F2F92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F92C

Black with #F2F92C

Text Example


Text Example

White with #F2F92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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