Html Css Color HEX #F2F62B Golden Fizz

📋 copy color: '#F2F62B'

red 242 ◦ green 246 ◦ blue 43

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

Shades of Golden Fizz #F2F62B

Tints of Golden Fizz #F2F62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.1%

R = 45.57%
G = 46.33%
B = 8.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F2F62B (or 0xF2F62B) is known color: Golden Fizz. HEX triplet: F2, F6 and 2B. RGB value is (242,246,43). Sum of RGB (Red+Green+Blue) = 242+246+43=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 43 (17.19% from 255 or 8.10% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F62B is #0D09D4. Grayscale: #DEDEDE. Windows color (decimal): -854485 or 2881266. OLE color: 2881266.

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

Color convert

RGB 242 246 43 -
CMYK 0.02 0 0.83 0.04
HSL 61.18º 0.92% 0.57% -
HSV(B) 61.18º 0.83% 0.96% -
XYZ 70.01 84.96 15 -
YUV 221.66 27.17 142.51 -
System Red Green Blue C M Y K H S L
Decimal 242 246 43 0.02 0 0.83 0.04 61.18 0.92 0.57
Hex F2 F6 2B 2 0 53 4 3D 5C 39
Octal 362 366 53 2 0 123 4 75 134 71
Binary 11110010 11110110 101011 10 0 1010011 100 111101 1011100 111001

Color Harmonies of #F2F62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F62B

Black with #F2F62B

Text Example


Text Example

White with #F2F62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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