Html Css Color HEX #F2F02B Golden Fizz

📋 copy color: '#F2F02B'

red 242 ◦ green 240 ◦ blue 43

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

Shades of Golden Fizz #F2F02B

Tints of Golden Fizz #F2F02B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

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

R = 46.1%
G = 45.71%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2F02B (or 0xF2F02B) is known color: Golden Fizz. HEX triplet: F2, F0 and 2B. RGB value is (242,240,43). Sum of RGB (Red+Green+Blue) = 242+240+43=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F02B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F02B is #0D0FD4. Grayscale: #DADADA. Windows color (decimal): -856021 or 2879730. OLE color: 2879730.

HSL color Cylindrical-coordinate representation of color #F2F02B: hue angle of 59.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2F02B is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 43 -
CMYK 0 0.01 0.82 0.05
HSL 59.4º 0.88% 0.56% -
HSV(B) 59.4º 0.82% 0.95% -
XYZ 68.21 81.37 14.4 -
YUV 218.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 242 240 43 0 0.01 0.82 0.05 59.4 0.88 0.56
Hex F2 F0 2B 0 1 52 5 3B 58 38
Octal 362 360 53 0 1 122 5 73 130 70
Binary 11110010 11110000 101011 0 1 1010010 101 111011 1011000 111000

Color Harmonies of #F2F02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F02B

Black with #F2F02B

Text Example


Text Example

White with #F2F02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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