#FD9180

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

Shades of Vivid Tangerine #FD9180

Tints of Vivid Tangerine #FD9180

Color information

#FD9180 (or 0xFD9180) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 91 and 80. RGB value is (253,145,128). Sum of RGB (Red+Green+Blue) = 253+145+128=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9180 is #026E7F. Grayscale: #AFAFAF. Windows color (decimal): -159360 or 8425981. OLE color: 8425981.

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

Color convert

RGB253145128-
CMYK00.430.490.01
HSL8.16º96.9%74.71%-
HSV(B)8.16º49.41%99.22%-
XYZ54.5342.6925.79-
YUV175.35101.28183.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.10%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=48.10%
G=27.57%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314512800.430.490.018.1696.974.71
HexFD918002B3118614b
Octal37522120005361110141113
Binary11111101100100011000000001010111100011100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9180; }

 p { color: rgb(253,145,128); }

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

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

 a { background-color: rgb(253,145,128); }

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

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

 span { border-color: rgb(253,145,128); }

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