#FF9B7D

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

Shades of Vivid Tangerine #FF9B7D

Tints of Vivid Tangerine #FF9B7D

Color information

#FF9B7D (or 0xFF9B7D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9B and 7D. RGB value is (255,155,125). Sum of RGB (Red+Green+Blue) = 255+155+125=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B7D is #006482. Grayscale: #B5B5B5. Windows color (decimal): -25731 or 8231935. OLE color: 8231935.

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

Color convert

RGB255155125-
CMYK00.390.510
HSL13.85º100%74.51%-
HSV(B)13.85º50.98%100%-
XYZ56.6646.1825.33-
YUV181.4896.13180.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=47.66%
G=28.97%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515512500.390.51013.8510074.51
HexFF9B7D027330e644b
Octal37723317504763016144113
Binary1111111110011011111110101001111100110111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B7D; }

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

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

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

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

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

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

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

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