#FF967A

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

Shades of Vivid Tangerine #FF967A

Tints of Vivid Tangerine #FF967A

Color information

#FF967A (or 0xFF967A) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 96 and 7A. RGB value is (255,150,122). Sum of RGB (Red+Green+Blue) = 255+150+122=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF967A is #006985. Grayscale: #B2B2B2. Windows color (decimal): -27014 or 8034047. OLE color: 8034047.

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

Color convert

RGB255150122-
CMYK00.410.520
HSL12.63º100%73.92%-
HSV(B)12.63º52.16%100%-
XYZ55.6644.4824.06-
YUV178.296.29182.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=48.39%
G=28.46%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515012200.410.52012.6310073.92
HexFF967A029340d644a
Octal37722617205164015144112
Binary1111111110010110111101001010011101000110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF967A; }

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

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

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

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

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

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

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

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