#FD997A

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

Shades of Vivid Tangerine #FD997A

Tints of Vivid Tangerine #FD997A

Color information

#FD997A (or 0xFD997A) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 99 and 7A. RGB value is (253,153,122). Sum of RGB (Red+Green+Blue) = 253+153+122=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD997A is #026685. Grayscale: #B3B3B3. Windows color (decimal): -157318 or 8034813. OLE color: 8034813.

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

Color convert

RGB253153122-
CMYK00.400.520.01
HSL14.2º97.04%73.53%-
HSV(B)14.2º51.78%99.22%-
XYZ55.4145.0724.19-
YUV179.3795.63180.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.92%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=47.92%
G=28.98%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315312200.400.520.0114.297.0473.53
HexFD997A028341e614a
Octal37523117205064116141112
Binary1111110110011001111101001010001101001111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD997A; }

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

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

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

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

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

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

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

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