#FF997D

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

Shades of Vivid Tangerine #FF997D

Tints of Vivid Tangerine #FF997D

Color information

#FF997D (or 0xFF997D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 99 and 7D. RGB value is (255,153,125). Sum of RGB (Red+Green+Blue) = 255+153+125=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF997D is #006682. Grayscale: #B4B4B4. Windows color (decimal): -26243 or 8231423. OLE color: 8231423.

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

Color convert

RGB255153125-
CMYK00.40.510
HSL12.92º100%74.51%-
HSV(B)12.92º50.98%100%-
XYZ56.3345.5225.22-
YUV180.3196.79181.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=47.84%
G=28.71%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515312500.40.51012.9210074.51
HexFF997D028330d644b
Octal37723117505063015144113
Binary1111111110011001111110101010001100110110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF997D; }

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

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

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

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

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

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

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

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