#FA9181

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

Shades of Vivid Tangerine #FA9181

Tints of Vivid Tangerine #FA9181

Color information

#FA9181 (or 0xFA9181) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 91 and 81. RGB value is (250,145,129). Sum of RGB (Red+Green+Blue) = 250+145+129=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9181 is #056E7E. Grayscale: #AEAEAE. Windows color (decimal): -355967 or 8491514. OLE color: 8491514.

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

Color convert

RGB250145129-
CMYK00.420.480.02
HSL7.93º92.37%74.31%-
HSV(B)7.93º48.4%98.04%-
XYZ53.5142.1626.09-
YUV174.57102.29181.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 129 (50.78% from 255) = 24.62%
R=47.71%
G=27.67%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014512900.420.480.027.9392.3774.31
HexFA918102A30285c4a
Octal37222120105260210134112
Binary111110101001000110000001010101011000010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9181; }

 p { color: rgb(250,145,129); }

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

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

 a { background-color: rgb(250,145,129); }

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

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

 span { border-color: rgb(250,145,129); }

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