#FAA288

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

Shades of Vivid Tangerine #FAA288

Tints of Vivid Tangerine #FAA288

Color information

#FAA288 (or 0xFAA288) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A2 and 88. RGB value is (250,162,136). Sum of RGB (Red+Green+Blue) = 250+162+136=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA288 is #055D77. Grayscale: #B9B9B9. Windows color (decimal): -351608 or 8954618. OLE color: 8954618.

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

Color convert

RGB250162136-
CMYK00.350.460.02
HSL13.68º91.94%75.69%-
HSV(B)13.68º45.6%98.04%-
XYZ56.7947.9429.55-
YUV185.35100.15174.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.62%
GREEN value IS 162 (63.67% from 255) = 29.56%
BLUE value IS 136 (53.52% from 255) = 24.82%
R=45.62%
G=29.56%
B=24.82%

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
Decimal25016213600.350.460.0213.6891.9475.69
HexFAA2880232E2e5c4c
Octal37224221004356216134114
Binary111110101010001010001000010001110111010111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA288; }

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

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

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

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

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

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

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

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