#FF9670

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

Shades of Atomic Tangerine #FF9670

Tints of Atomic Tangerine #FF9670

Color information

#FF9670 (or 0xFF9670) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 96 and 70. RGB value is (255,150,112). Sum of RGB (Red+Green+Blue) = 255+150+112=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9670 is #00698F. Grayscale: #B1B1B1. Windows color (decimal): -27024 or 7378687. OLE color: 7378687.

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

Color convert

RGB255150112-
CMYK00.410.560
HSL15.94º100%71.96%-
HSV(B)15.94º56.08%100%-
XYZ55.0744.2420.97-
YUV177.0691.29183.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 112 (44.14% from 255) = 21.66%
R=49.32%
G=29.01%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515011200.410.56015.9410071.96
HexFF9670029380106448
Octal37722616005170020144110
Binary11111111100101101110000010100111100001000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9670; }

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

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

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

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

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

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

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

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