#FD977D

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

Shades of Vivid Tangerine #FD977D

Tints of Vivid Tangerine #FD977D

Color information

#FD977D (or 0xFD977D) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 97 and 7D. RGB value is (253,151,125). Sum of RGB (Red+Green+Blue) = 253+151+125=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD977D is #026882. Grayscale: #B2B2B2. Windows color (decimal): -157827 or 8230909. OLE color: 8230909.

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

Color convert

RGB253151125-
CMYK00.400.510.01
HSL12.19º96.97%74.12%-
HSV(B)12.19º50.59%99.22%-
XYZ55.2844.525.08-
YUV178.5397.79181.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.83%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=47.83%
G=28.54%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315112500.400.510.0112.1996.9774.12
HexFD977D028331c614a
Octal37522717505063114141112
Binary1111110110010111111110101010001100111110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD977D; }

 p { color: rgb(253,151,125); }

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

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

 a { background-color: rgb(253,151,125); }

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

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

 span { border-color: rgb(253,151,125); }

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