#FAB811

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

Shades of Selective Yellow #FAB811

Tints of Selective Yellow #FAB811

Color information

#FAB811 (or 0xFAB811) is unknown color: approx Selective Yellow. HEX triplet: FA, B8 and 11. RGB value is (250,184,17). Sum of RGB (Red+Green+Blue) = 250+184+17=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB811 is #0547EE. Grayscale: #B9B9B9. Windows color (decimal): -346095 or 1161466. OLE color: 1161466.

HSL color Cylindrical-coordinate representation of color #FAB811: hue angle of 43º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAB811 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB25018417-
CMYK00.260.930.02
HSL43º95.88%52.35%-
HSV(B)43º93.2%98.04%-
XYZ56.6754.658.09-
YUV184.733.37174.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.43%
GREEN value IS 184 (72.27% from 255) = 40.80%
BLUE value IS 17 (7.03% from 255) = 3.77%
R=55.43%
G=40.80%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501841700.260.930.024395.8852.35
HexFAB81101A5D22b6034
Octal3722702103213525314064
Binary1111101010111000100010110101011101101010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB811; }

 p { color: rgb(250,184,17); }

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

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

 a { background-color: rgb(250,184,17); }

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

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

 span { border-color: rgb(250,184,17); }

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