Html Css Color HEX #F2FA2B Golden Fizz

📋 copy color: '#F2FA2B'

red 242 ◦ green 250 ◦ blue 43

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

Shades of Golden Fizz #F2FA2B

Tints of Golden Fizz #F2FA2B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.73%

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

R = 45.23%
G = 46.73%
B = 8.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F2FA2B (or 0xF2FA2B) is known color: Golden Fizz. HEX triplet: F2, FA and 2B. RGB value is (242,250,43). Sum of RGB (Red+Green+Blue) = 242+250+43=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 43 (17.19% from 255 or 8.04% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA2B is #0D05D4. Grayscale: #E0E0E0. Windows color (decimal): -853461 or 2882290. OLE color: 2882290.

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

Color convert

RGB 242 250 43 -
CMYK 0.03 0 0.83 0.02
HSL 62.32º 0.95% 0.57% -
HSV(B) 62.32º 0.83% 0.98% -
XYZ 71.24 87.42 15.41 -
YUV 224.01 25.85 140.83 -
System Red Green Blue C M Y K H S L
Decimal 242 250 43 0.03 0 0.83 0.02 62.32 0.95 0.57
Hex F2 FA 2B 3 0 53 2 3E 5F 39
Octal 362 372 53 3 0 123 2 76 137 71
Binary 11110010 11111010 101011 11 0 1010011 10 111110 1011111 111001

Color Harmonies of #F2FA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA2B

Black with #F2FA2B

Text Example


Text Example

White with #F2FA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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