#FA955F

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

Shades of Atomic Tangerine #FA955F

Tints of Atomic Tangerine #FA955F

Color information

#FA955F (or 0xFA955F) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 95 and 5F. RGB value is (250,149,95). Sum of RGB (Red+Green+Blue) = 250+149+95=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA955F is #056AA0. Grayscale: #ADADAD. Windows color (decimal): -354977 or 6264314. OLE color: 6264314.

HSL color Cylindrical-coordinate representation of color #FA955F: hue angle of 20.9º 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 #FA955F is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25014995-
CMYK00.400.620.02
HSL20.9º93.94%67.65%-
HSV(B)20.9º62%98.04%-
XYZ52.2442.6516.3-
YUV173.0483.96182.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.61%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 95 (37.5% from 255) = 19.23%
R=50.61%
G=30.16%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501499500.400.620.0220.993.9467.65
HexFA955F0283E2155e44
Octal37222513705076225136104
Binary111110101001010110111110101000111110101010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA955F; }

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

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

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

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

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

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

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

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