#FD8E7F

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

Shades of Vivid Tangerine #FD8E7F

Tints of Vivid Tangerine #FD8E7F

Color information

#FD8E7F (or 0xFD8E7F) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 8E and 7F. RGB value is (253,142,127). Sum of RGB (Red+Green+Blue) = 253+142+127=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8E7F is #027180. Grayscale: #ADADAD. Windows color (decimal): -160129 or 8359677. OLE color: 8359677.

HSL color Cylindrical-coordinate representation of color #FD8E7F: hue angle of 7.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD8E7F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB253142127-
CMYK00.440.500.01
HSL7.14º96.92%74.51%-
HSV(B)7.14º49.8%99.22%-
XYZ54.0141.7625.29-
YUV173.48101.77184.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.47%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 127 (50% from 255) = 24.33%
R=48.47%
G=27.20%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314212700.440.500.017.1496.9274.51
HexFD8E7F02C3217614b
Octal3752161770546217141113
Binary111111011000111011111110101100110010111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8E7F; }

 p { color: rgb(253,142,127); }

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

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

 a { background-color: rgb(253,142,127); }

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

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

 span { border-color: rgb(253,142,127); }

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