#FAB711

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

Shades of Dark Tangerine #FAB711

Tints of Dark Tangerine #FAB711

Color information

#FAB711 (or 0xFAB711) is unknown color: approx Dark Tangerine. HEX triplet: FA, B7 and 11. RGB value is (250,183,17). Sum of RGB (Red+Green+Blue) = 250+183+17=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB711 is #0548EE. Grayscale: #B8B8B8. Windows color (decimal): -346351 or 1161210. OLE color: 1161210.

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

Color convert

RGB25018317-
CMYK00.270.930.02
HSL42.75º95.88%52.35%-
HSV(B)42.75º93.2%98.04%-
XYZ56.4654.238.02-
YUV184.1133.7175-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.56%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 17 (7.03% from 255) = 3.78%
R=55.56%
G=40.67%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501831700.270.930.0242.7595.8852.35
HexFAB71101B5D22b6034
Octal3722672103313525314064
Binary1111101010110111100010110111011101101010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB711; }

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

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

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

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

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

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

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

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