#FF9A7D

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

Shades of Vivid Tangerine #FF9A7D

Tints of Vivid Tangerine #FF9A7D

Color information

#FF9A7D (or 0xFF9A7D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9A and 7D. RGB value is (255,154,125). Sum of RGB (Red+Green+Blue) = 255+154+125=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A7D is #006582. Grayscale: #B5B5B5. Windows color (decimal): -25987 or 8231679. OLE color: 8231679.

HSL color Cylindrical-coordinate representation of color #FF9A7D: hue angle of 13.38º 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 #FF9A7D is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB255154125-
CMYK00.400.510
HSL13.38º100%74.51%-
HSV(B)13.38º50.98%100%-
XYZ56.545.8525.27-
YUV180.8996.46180.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=47.75%
G=28.84%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515412500.400.51013.3810074.51
HexFF9A7D028330d644b
Octal37723217505063015144113
Binary1111111110011010111110101010001100110110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A7D; }

 p { color: rgb(255,154,125); }

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

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

 a { background-color: rgb(255,154,125); }

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

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

 span { border-color: rgb(255,154,125); }

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