#FD8D7D

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

Shades of Vivid Tangerine #FD8D7D

Tints of Vivid Tangerine #FD8D7D

Color information

#FD8D7D (or 0xFD8D7D) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 8D and 7D. RGB value is (253,141,125). Sum of RGB (Red+Green+Blue) = 253+141+125=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D7D is #027282. Grayscale: #ACACAC. Windows color (decimal): -160387 or 8228349. OLE color: 8228349.

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

Color convert

RGB253141125-
CMYK00.440.510.01
HSL7.5º96.97%74.12%-
HSV(B)7.5º50.59%99.22%-
XYZ53.7341.4124.56-
YUV172.66101.11185.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.75%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=48.75%
G=27.17%
B=24.08%

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
Decimal25314112500.440.510.017.596.9774.12
HexFD8D7D02C3318614a
Octal37521517505463110141112
Binary1111110110001101111110101011001100111100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8D7D; }

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

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

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

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

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

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

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

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