#FD8D7F

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

Shades of Vivid Tangerine #FD8D7F

Tints of Vivid Tangerine #FD8D7F

Color information

#FD8D7F (or 0xFD8D7F) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 8D and 7F. RGB value is (253,141,127). Sum of RGB (Red+Green+Blue) = 253+141+127=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D7F is #027280. Grayscale: #ADADAD. Windows color (decimal): -160385 or 8359421. OLE color: 8359421.

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

Color convert

RGB253141127-
CMYK00.440.500.01
HSL6.67º96.92%74.51%-
HSV(B)6.67º49.8%99.22%-
XYZ53.8641.4625.24-
YUV172.89102.11185.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 127 (50% from 255) = 24.38%
R=48.56%
G=27.06%
B=24.38%

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
Decimal25314112700.440.500.016.6796.9274.51
HexFD8D7F02C3217614b
Octal3752151770546217141113
Binary111111011000110111111110101100110010111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8D7F; }

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

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

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

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

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

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

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

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