#FA9B5F

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

Shades of Atomic Tangerine #FA9B5F

Tints of Atomic Tangerine #FA9B5F

Color information

#FA9B5F (or 0xFA9B5F) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 9B and 5F. RGB value is (250,155,95). Sum of RGB (Red+Green+Blue) = 250+155+95=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B5F is #0564A0. Grayscale: #B0B0B0. Windows color (decimal): -353441 or 6265850. OLE color: 6265850.

HSL color Cylindrical-coordinate representation of color #FA9B5F: hue angle of 23.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA9B5F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25015595-
CMYK00.380.620.02
HSL23.23º93.94%67.65%-
HSV(B)23.23º62%98.04%-
XYZ53.2144.5916.63-
YUV176.5781.97180.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 95 (37.5% from 255) = 19%
R=50%
G=31%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501559500.380.620.0223.2393.9467.65
HexFA9B5F0263E2175e44
Octal37223313704676227136104
Binary111110101001101110111110100110111110101011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9B5F; }

 p { color: rgb(250,155,95); }

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

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

 a { background-color: rgb(250,155,95); }

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

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

 span { border-color: rgb(250,155,95); }

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