#FA9281

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

Shades of Vivid Tangerine #FA9281

Tints of Vivid Tangerine #FA9281

Color information

#FA9281 (or 0xFA9281) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 92 and 81. RGB value is (250,146,129). Sum of RGB (Red+Green+Blue) = 250+146+129=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9281 is #056D7E. Grayscale: #AFAFAF. Windows color (decimal): -355711 or 8491770. OLE color: 8491770.

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

Color convert

RGB250146129-
CMYK00.420.480.02
HSL8.43º92.37%74.31%-
HSV(B)8.43º48.4%98.04%-
XYZ53.6742.4726.14-
YUV175.16101.96181.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=47.62%
G=27.81%
B=24.57%

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
Decimal25014612900.420.480.028.4392.3774.31
HexFA928102A30285c4a
Octal37222220105260210134112
Binary111110101001001010000001010101011000010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9281; }

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

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

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

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

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

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

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

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