#FD8D7C

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

Shades of Vivid Tangerine #FD8D7C

Tints of Vivid Tangerine #FD8D7C

Color information

#FD8D7C (or 0xFD8D7C) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 8D and 7C. RGB value is (253,141,124). Sum of RGB (Red+Green+Blue) = 253+141+124=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D7C is #027283. Grayscale: #ACACAC. Windows color (decimal): -160388 or 8162813. OLE color: 8162813.

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

Color convert

RGB253141124-
CMYK00.440.510.01
HSL7.91º96.99%73.92%-
HSV(B)7.91º50.99%99.22%-
XYZ53.6741.3924.23-
YUV172.55100.61185.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 124 (48.83% from 255) = 23.94%
R=48.84%
G=27.22%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314112400.440.510.017.9196.9973.92
HexFD8D7C02C3318614a
Octal37521517405463110141112
Binary1111110110001101111110001011001100111100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8D7C; }

 p { color: rgb(253,141,124); }

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

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

 a { background-color: rgb(253,141,124); }

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

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

 span { border-color: rgb(253,141,124); }

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