#FF997A

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

Shades of Vivid Tangerine #FF997A

Tints of Vivid Tangerine #FF997A

Color information

#FF997A (or 0xFF997A) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 99 and 7A. RGB value is (255,153,122). Sum of RGB (Red+Green+Blue) = 255+153+122=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF997A is #006685. Grayscale: #B4B4B4. Windows color (decimal): -26246 or 8034815. OLE color: 8034815.

HSL color Cylindrical-coordinate representation of color #FF997A: hue angle of 13.98º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF997A is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB255153122-
CMYK00.40.520
HSL13.98º100%73.92%-
HSV(B)13.98º52.16%100%-
XYZ56.1445.4524.23-
YUV179.9695.29181.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 122 (48.05% from 255) = 23.02%
R=48.11%
G=28.87%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515312200.40.52013.9810073.92
HexFF997A028340e644a
Octal37723117205064016144112
Binary1111111110011001111101001010001101000111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF997A; }

 p { color: rgb(255,153,122); }

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

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

 a { background-color: rgb(255,153,122); }

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

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

 span { border-color: rgb(255,153,122); }

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