#FF967D

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

Shades of Vivid Tangerine #FF967D

Tints of Vivid Tangerine #FF967D

Color information

#FF967D (or 0xFF967D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 96 and 7D. RGB value is (255,150,125). Sum of RGB (Red+Green+Blue) = 255+150+125=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF967D is #006982. Grayscale: #B2B2B2. Windows color (decimal): -27011 or 8230655. OLE color: 8230655.

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

Color convert

RGB255150125-
CMYK00.410.510
HSL11.54º100%74.51%-
HSV(B)11.54º50.98%100%-
XYZ55.8544.5525.06-
YUV178.5497.79182.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=48.11%
G=28.30%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515012500.410.51011.5410074.51
HexFF967D029330c644b
Octal37722617505163014144113
Binary1111111110010110111110101010011100110110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF967D; }

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

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

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

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

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

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

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

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