#FAA083

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

Shades of Vivid Tangerine #FAA083

Tints of Vivid Tangerine #FAA083

Color information

#FAA083 (or 0xFAA083) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A0 and 83. RGB value is (250,160,131). Sum of RGB (Red+Green+Blue) = 250+160+131=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA083 is #055F7C. Grayscale: #B7B7B7. Windows color (decimal): -352125 or 8626426. OLE color: 8626426.

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

Color convert

RGB250160131-
CMYK00.360.480.02
HSL14.62º92.25%74.71%-
HSV(B)14.62º47.6%98.04%-
XYZ56.0947.127.61-
YUV183.698.32175.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 131 (51.56% from 255) = 24.21%
R=46.21%
G=29.57%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016013100.360.480.0214.6292.2574.71
HexFAA083024302f5c4b
Octal37224020304460217134113
Binary111110101010000010000011010010011000010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA083; }

 p { color: rgb(250,160,131); }

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

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

 a { background-color: rgb(250,160,131); }

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

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

 span { border-color: rgb(250,160,131); }

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