#FF9D7E

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

Shades of Vivid Tangerine #FF9D7E

Tints of Vivid Tangerine #FF9D7E

Color information

#FF9D7E (or 0xFF9D7E) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9D and 7E. RGB value is (255,157,126). Sum of RGB (Red+Green+Blue) = 255+157+126=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D7E is #006281. Grayscale: #B6B6B6. Windows color (decimal): -25218 or 8297983. OLE color: 8297983.

HSL color Cylindrical-coordinate representation of color #FF9D7E: hue angle of 14.42º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF9D7E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB255157126-
CMYK00.380.510
HSL14.42º100%74.71%-
HSV(B)14.42º50.59%100%-
XYZ57.0646.8825.78-
YUV182.7795.97179.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=47.40%
G=29.18%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515712600.380.51014.4210074.71
HexFF9D7E026330e644b
Octal37723517604663016144113
Binary1111111110011101111111001001101100110111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9D7E; }

 p { color: rgb(255,157,126); }

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

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

 a { background-color: rgb(255,157,126); }

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

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

 span { border-color: rgb(255,157,126); }

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