#FA955D

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

Shades of Atomic Tangerine #FA955D

Tints of Atomic Tangerine #FA955D

Color information

#FA955D (or 0xFA955D) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 95 and 5D. RGB value is (250,149,93). Sum of RGB (Red+Green+Blue) = 250+149+93=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA955D is #056AA2. Grayscale: #ADADAD. Windows color (decimal): -354979 or 6133242. OLE color: 6133242.

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

Color convert

RGB25014993-
CMYK00.400.630.02
HSL21.4º94.01%67.25%-
HSV(B)21.4º62.8%98.04%-
XYZ52.1542.6115.83-
YUV172.8282.96183.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=50.81%
G=30.28%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501499300.400.630.0221.494.0167.25
HexFA955D0283F2155e43
Octal37222513505077225136103
Binary111110101001010110111010101000111111101010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA955D; }

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

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

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

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

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

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

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

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