#FAA286

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

Shades of Vivid Tangerine #FAA286

Tints of Vivid Tangerine #FAA286

Color information

#FAA286 (or 0xFAA286) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A2 and 86. RGB value is (250,162,134). Sum of RGB (Red+Green+Blue) = 250+162+134=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA286 is #055D79. Grayscale: #B9B9B9. Windows color (decimal): -351610 or 8823546. OLE color: 8823546.

HSL color Cylindrical-coordinate representation of color #FAA286: hue angle of 14.48º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAA286 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250162134-
CMYK00.350.460.02
HSL14.48º92.06%75.29%-
HSV(B)14.48º46.4%98.04%-
XYZ56.6547.8928.81-
YUV185.1299.15174.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.79%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 134 (52.73% from 255) = 24.54%
R=45.79%
G=29.67%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016213400.350.460.0214.4892.0675.29
HexFAA2860232E2e5c4b
Octal37224220604356216134113
Binary111110101010001010000110010001110111010111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA286; }

 p { color: rgb(250,162,134); }

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

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

 a { background-color: rgb(250,162,134); }

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

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

 span { border-color: rgb(250,162,134); }

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