#FD9A7D

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

Shades of Vivid Tangerine #FD9A7D

Tints of Vivid Tangerine #FD9A7D

Color information

#FD9A7D (or 0xFD9A7D) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 9A and 7D. RGB value is (253,154,125). Sum of RGB (Red+Green+Blue) = 253+154+125=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9A7D is #026582. Grayscale: #B4B4B4. Windows color (decimal): -157059 or 8231677. OLE color: 8231677.

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

Color convert

RGB253154125-
CMYK00.390.510.01
HSL13.59º96.97%74.12%-
HSV(B)13.59º50.59%99.22%-
XYZ55.7745.4725.24-
YUV180.396.8179.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.56%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=47.56%
G=28.95%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315412500.390.510.0113.5996.9774.12
HexFD9A7D027331e614a
Octal37523217504763116141112
Binary1111110110011010111110101001111100111111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9A7D; }

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

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

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

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

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

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

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

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