#FA9681

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

Shades of Vivid Tangerine #FA9681

Tints of Vivid Tangerine #FA9681

Color information

#FA9681 (or 0xFA9681) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 96 and 81. RGB value is (250,150,129). Sum of RGB (Red+Green+Blue) = 250+150+129=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9681 is #05697E. Grayscale: #B1B1B1. Windows color (decimal): -354687 or 8492794. OLE color: 8492794.

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

Color convert

RGB250150129-
CMYK00.40.480.02
HSL10.41º92.37%74.31%-
HSV(B)10.41º48.4%98.04%-
XYZ54.2943.7226.35-
YUV177.51100.63179.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=47.26%
G=28.36%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015012900.40.480.0210.4192.3774.31
HexFA9681028302a5c4a
Octal37222620105060212134112
Binary111110101001011010000001010100011000010101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9681; }

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

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

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

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

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

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

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

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