#FAF701

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

Shades of Yellow #FAF701

Tints of Yellow #FAF701

Color information

#FAF701 (or 0xFAF701) is unknown color: approx Yellow. HEX triplet: FA, F7 and 01. RGB value is (250,247,1). Sum of RGB (Red+Green+Blue) = 250+247+1=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 1 (0.78% from 255 or 0.20% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF701 is #0508FE. Grayscale: #DCDCDC. Windows color (decimal): -329983 or 129018. OLE color: 129018.

HSL color Cylindrical-coordinate representation of color #FAF701: hue angle of 59.28º 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 #FAF701 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB2502471-
CMYK00.011.000.02
HSL59.28º99.2%49.22%-
HSV(B)59.28º99.6%98.04%-
XYZ72.6986.8512.96-
YUV219.854.49149.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 247 (96.88% from 255) = 49.60%
BLUE value IS 1 (0.78% from 255) = 0.20%
R=50.20%
G=49.60%
B=0.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250247100.011.000.0259.2899.249.22
HexFAF71016423b6331
Octal37236710114427314361
Binary11111010111101111011100100101110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF701; }

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

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

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

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

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

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

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

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