#FABC0B

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

Shades of Selective Yellow #FABC0B

Tints of Selective Yellow #FABC0B

Color information

#FABC0B (or 0xFABC0B) is unknown color: approx Selective Yellow. HEX triplet: FA, BC and 0B. RGB value is (250,188,11). Sum of RGB (Red+Green+Blue) = 250+188+11=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC0B is #0543F4. Grayscale: #BBBBBB. Windows color (decimal): -345077 or 769274. OLE color: 769274.

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

Color convert

RGB25018811-
CMYK00.250.960.02
HSL44.44º95.98%51.18%-
HSV(B)44.44º95.6%98.04%-
XYZ57.4756.318.16-
YUV186.3629.04173.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.68%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 11 (4.69% from 255) = 2.45%
R=55.68%
G=41.87%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501881100.250.960.0244.4495.9851.18
HexFABCB0196022c6033
Octal3722741303114025414063
Binary111110101011110010110110011100000101011001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABC0B; }

 p { color: rgb(250,188,11); }

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

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

 a { background-color: rgb(250,188,11); }

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

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

 span { border-color: rgb(250,188,11); }

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