#F6FA01

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

Shades of Yellow #F6FA01

Tints of Yellow #F6FA01

Color information

#F6FA01 (or 0xF6FA01) is unknown color: approx Yellow. HEX triplet: F6, FA and 01. RGB value is (246,250,1). Sum of RGB (Red+Green+Blue) = 246+250+1=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 1 (0.78% from 255 or 0.20% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6FA01 is #0905FE. Grayscale: #DDDDDD. Windows color (decimal): -591359 or 129782. OLE color: 129782.

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

Color convert

RGB2462501-
CMYK0.0201.000.02
HSL60.96º99.2%49.22%-
HSV(B)60.96º99.6%98.04%-
XYZ72.287.9713.2-
YUV220.424.17146.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 1 (0.78% from 255) = 0.20%
R=49.50%
G=50.30%
B=0.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24625010.0201.000.0260.9699.249.22
HexF6FA1206423d6331
Octal36637212014427514361
Binary111101101111101011001100100101111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FA01; }

 p { color: rgb(246,250,1); }

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

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

 a { background-color: rgb(246,250,1); }

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

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

 span { border-color: rgb(246,250,1); }

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