Html Css Color HEX #F2F62D Golden Fizz

📋 copy color: '#F2F62D'

red 242 ◦ green 246 ◦ blue 45

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

Shades of Golden Fizz #F2F62D

Tints of Golden Fizz #F2F62D

RGB

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

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

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

R = 45.4%
G = 46.15%
B = 8.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F2F62D (or 0xF2F62D) is known color: Golden Fizz. HEX triplet: F2, F6 and 2D. RGB value is (242,246,45). Sum of RGB (Red+Green+Blue) = 242+246+45=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F62D is #0D09D2. Grayscale: #DEDEDE. Windows color (decimal): -854483 or 3012338. OLE color: 3012338.

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

Color convert

RGB 242 246 45 -
CMYK 0.02 0 0.82 0.04
HSL 61.19º 0.92% 0.57% -
HSV(B) 61.19º 0.82% 0.96% -
XYZ 70.05 84.98 15.19 -
YUV 221.89 28.17 142.34 -
System Red Green Blue C M Y K H S L
Decimal 242 246 45 0.02 0 0.82 0.04 61.19 0.92 0.57
Hex F2 F6 2D 2 0 52 4 3D 5C 39
Octal 362 366 55 2 0 122 4 75 134 71
Binary 11110010 11110110 101101 10 0 1010010 100 111101 1011100 111001

Color Harmonies of #F2F62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F62D

Black with #F2F62D

Text Example


Text Example

White with #F2F62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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