#F2FA03

Color #F2FA03 Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow #F2FA03

Tints of Yellow #F2FA03

Color information

#F2FA03 (or 0xF2FA03) is unknown color: approx Yellow. HEX triplet: F2, FA and 03. RGB value is (242,250,3). Sum of RGB (Red+Green+Blue) = 242+250+3=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 3 (1.56% from 255 or 0.61% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA03 is #0D05FC. Grayscale: #DCDCDC. Windows color (decimal): -853501 or 260850. OLE color: 260850.

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

Color convert

RGB2422503-
CMYK0.0300.990.02
HSL61.94º97.63%49.61%-
HSV(B)61.94º98.8%98.04%-
XYZ70.8287.2613.2-
YUV219.455.85144.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 3 (1.56% from 255) = 0.61%
R=48.89%
G=50.51%
B=0.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24225030.0300.990.0261.9497.6349.61
HexF2FA3306323e6232
Octal36237233014327614262
Binary1111001011111010111101100011101111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FA03; }

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

 H1.HeaderClassName
 {
   color: #F2FA03;
 }
 .AnyTagClassName
 {
   color: #F2FA03;
 }
</style>
background-color css

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

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

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

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

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

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