#FD9078

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

Shades of Vivid Tangerine #FD9078

Tints of Vivid Tangerine #FD9078

Color information

#FD9078 (or 0xFD9078) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 90 and 78. RGB value is (253,144,120). Sum of RGB (Red+Green+Blue) = 253+144+120=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9078 is #026F87. Grayscale: #AEAEAE. Windows color (decimal): -159624 or 7901437. OLE color: 7901437.

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

Color convert

RGB253144120-
CMYK00.430.530.01
HSL10.83º97.08%73.14%-
HSV(B)10.83º52.57%99.22%-
XYZ53.8742.1923.07-
YUV173.8697.61184.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 120 (47.27% from 255) = 23.21%
R=48.94%
G=27.85%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314412000.430.530.0110.8397.0873.14
HexFD907802B351b6149
Octal37522017005365113141111
Binary1111110110010000111100001010111101011101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9078; }

 p { color: rgb(253,144,120); }

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

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

 a { background-color: rgb(253,144,120); }

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

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

 span { border-color: rgb(253,144,120); }

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