#FF9B70

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

Shades of Atomic Tangerine #FF9B70

Tints of Atomic Tangerine #FF9B70

Color information

#FF9B70 (or 0xFF9B70) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9B and 70. RGB value is (255,155,112). Sum of RGB (Red+Green+Blue) = 255+155+112=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B70 is #00648F. Grayscale: #B4B4B4. Windows color (decimal): -25744 or 7379967. OLE color: 7379967.

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

Color convert

RGB255155112-
CMYK00.390.560
HSL18.04º100%71.96%-
HSV(B)18.04º56.08%100%-
XYZ55.8945.8721.24-
YUV18089.63181.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 112 (44.14% from 255) = 21.46%
R=48.85%
G=29.69%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515511200.390.56018.0410071.96
HexFF9B70027380126448
Octal37723316004770022144110
Binary11111111100110111110000010011111100001001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B70; }

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

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

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

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

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

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

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

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