#FD9278

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

Shades of Vivid Tangerine #FD9278

Tints of Vivid Tangerine #FD9278

Color information

#FD9278 (or 0xFD9278) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 92 and 78. RGB value is (253,146,120). Sum of RGB (Red+Green+Blue) = 253+146+120=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9278 is #026D87. Grayscale: #AFAFAF. Windows color (decimal): -159112 or 7901949. OLE color: 7901949.

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

Color convert

RGB253146120-
CMYK00.420.530.01
HSL11.73º97.08%73.14%-
HSV(B)11.73º52.57%99.22%-
XYZ54.1842.823.17-
YUV175.0396.95183.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.75%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 120 (47.27% from 255) = 23.12%
R=48.75%
G=28.13%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314612000.420.530.0111.7397.0873.14
HexFD927802A351c6149
Octal37522217005265114141111
Binary1111110110010010111100001010101101011110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9278; }

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

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

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

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

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

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

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

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