#FD9376

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

Shades of Vivid Tangerine #FD9376

Tints of Vivid Tangerine #FD9376

Color information

#FD9376 (or 0xFD9376) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 93 and 76. RGB value is (253,147,118). Sum of RGB (Red+Green+Blue) = 253+147+118=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9376 is #026C89. Grayscale: #AFAFAF. Windows color (decimal): -158858 or 7771133. OLE color: 7771133.

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

Color convert

RGB253147118-
CMYK00.420.530.01
HSL12.89º97.12%72.75%-
HSV(B)12.89º53.36%99.22%-
XYZ54.2143.0622.59-
YUV175.3995.62183.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=48.84%
G=28.38%
B=22.78%

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
Decimal25314711800.420.530.0112.8997.1272.75
HexFD937602A351d6149
Octal37522316605265115141111
Binary1111110110010011111011001010101101011110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9376; }

 p { color: rgb(253,147,118); }

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

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

 a { background-color: rgb(253,147,118); }

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

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

 span { border-color: rgb(253,147,118); }

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