#FD977B

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

Shades of Vivid Tangerine #FD977B

Tints of Vivid Tangerine #FD977B

Color information

#FD977B (or 0xFD977B) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 97 and 7B. RGB value is (253,151,123). Sum of RGB (Red+Green+Blue) = 253+151+123=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD977B is #026884. Grayscale: #B2B2B2. Windows color (decimal): -157829 or 8099837. OLE color: 8099837.

HSL color Cylindrical-coordinate representation of color #FD977B: hue angle of 12.92º 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 #FD977B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253151123-
CMYK00.400.510.01
HSL12.92º97.01%73.73%-
HSV(B)12.92º51.38%99.22%-
XYZ55.1544.4524.41-
YUV178.3196.79181.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.01%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=48.01%
G=28.65%
B=23.34%

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
Decimal25315112300.400.510.0112.9297.0173.73
HexFD977B028331d614a
Octal37522717305063115141112
Binary1111110110010111111101101010001100111110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD977B; }

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

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

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

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

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

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

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

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