Html Css Color HEX #F2F92D Golden Fizz

📋 copy color: '#F2F92D'

red 242 ◦ green 249 ◦ blue 45

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

Shades of Golden Fizz #F2F92D

Tints of Golden Fizz #F2F92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.4%

R = 45.15%
G = 46.46%
B = 8.4%

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

#F2F92D (or 0xF2F92D) is known color: Golden Fizz. HEX triplet: F2, F9 and 2D. RGB value is (242,249,45). Sum of RGB (Red+Green+Blue) = 242+249+45=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 45 (17.97% from 255 or 8.40% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F92D is #0D06D2. Grayscale: #E0E0E0. Windows color (decimal): -853715 or 3013106. OLE color: 3013106.

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

Color convert

RGB 242 249 45 -
CMYK 0.03 0 0.82 0.02
HSL 62.06º 0.94% 0.58% -
HSV(B) 62.06º 0.82% 0.98% -
XYZ 70.97 86.82 15.5 -
YUV 223.65 27.18 141.09 -
System Red Green Blue C M Y K H S L
Decimal 242 249 45 0.03 0 0.82 0.02 62.06 0.94 0.58
Hex F2 F9 2D 3 0 52 2 3E 5E 3A
Octal 362 371 55 3 0 122 2 76 136 72
Binary 11110010 11111001 101101 11 0 1010010 10 111110 1011110 111010

Color Harmonies of #F2F92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F92D

Black with #F2F92D

Text Example


Text Example

White with #F2F92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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