#FAB001

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

Shades of Selective Yellow #FAB001

Tints of Selective Yellow #FAB001

Color information

#FAB001 (or 0xFAB001) is unknown color: approx Selective Yellow. HEX triplet: FA, B0 and 01. RGB value is (250,176,1). Sum of RGB (Red+Green+Blue) = 250+176+1=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB001 is #054FFE. Grayscale: #B2B2B2. Windows color (decimal): -348159 or 110842. OLE color: 110842.

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

Color convert

RGB2501761-
CMYK00.301.000.02
HSL42.17º99.2%49.22%-
HSV(B)42.17º99.6%98.04%-
XYZ54.9651.387.05-
YUV178.1828.02179.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.55%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=58.55%
G=41.22%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250176100.301.000.0242.1799.249.22
HexFAB0101E6422a6331
Octal372260103614425214361
Binary111110101011000010111101100100101010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB001; }

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

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

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

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

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

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

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

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