#F2FB13

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

Shades of Yellow #F2FB13

Tints of Yellow #F2FB13

Color information

#F2FB13 (or 0xF2FB13) is unknown color: approx Yellow. HEX triplet: F2, FB and 13. RGB value is (242,251,19). Sum of RGB (Red+Green+Blue) = 242+251+19=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 19 (7.81% from 255 or 3.71% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FB13 is #0D04EC. Grayscale: #DEDEDE. Windows color (decimal): -853229 or 1309682. OLE color: 1309682.

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

Color convert

RGB24225119-
CMYK0.0400.920.02
HSL62.33º96.67%52.94%-
HSV(B)62.33º92.43%98.43%-
XYZ71.2387.9213.83-
YUV221.8613.52142.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 251 (98.44% from 255) = 49.02%
BLUE value IS 19 (7.81% from 255) = 3.71%
R=47.27%
G=49.02%
B=3.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242251190.0400.920.0262.3396.6752.94
HexF2FB13405C23e6135
Octal362373234013427614165
Binary11110010111110111001110001011100101111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FB13; }

 p { color: rgb(242,251,19); }

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

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

 a { background-color: rgb(242,251,19); }

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

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

 span { border-color: rgb(242,251,19); }

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