#FD9F85

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

Shades of Vivid Tangerine #FD9F85

Tints of Vivid Tangerine #FD9F85

Color information

#FD9F85 (or 0xFD9F85) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 9F and 85. RGB value is (253,159,133). Sum of RGB (Red+Green+Blue) = 253+159+133=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9F85 is #02607A. Grayscale: #B8B8B8. Windows color (decimal): -155771 or 8757245. OLE color: 8757245.

HSL color Cylindrical-coordinate representation of color #FD9F85: hue angle of 13º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD9F85 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253159133-
CMYK00.370.470.01
HSL13º96.77%75.69%-
HSV(B)13º47.43%99.22%-
XYZ57.1447.3728.32-
YUV184.1499.14177.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=46.42%
G=29.17%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315913300.370.470.011396.7775.69
HexFD9F850252F1d614c
Octal37523720504557115141114
Binary11111101100111111000010101001011011111110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9F85; }

 p { color: rgb(253,159,133); }

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

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

 a { background-color: rgb(253,159,133); }

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

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

 span { border-color: rgb(253,159,133); }

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