#FD8A61

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

Shades of Atomic Tangerine #FD8A61

Tints of Atomic Tangerine #FD8A61

Color information

#FD8A61 (or 0xFD8A61) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 8A and 61. RGB value is (253,138,97). Sum of RGB (Red+Green+Blue) = 253+138+97=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A61 is #02759E. Grayscale: #A7A7A7. Windows color (decimal): -161183 or 6392573. OLE color: 6392573.

HSL color Cylindrical-coordinate representation of color #FD8A61: hue angle of 15.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD8A61 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25313897-
CMYK00.450.620.01
HSL15.77º97.5%68.63%-
HSV(B)15.77º61.66%99.22%-
XYZ51.7539.9216.29-
YUV167.7188.1188.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.84%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=51.84%
G=28.28%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531389700.450.620.0115.7797.568.63
HexFD8A6102D3E1106245
Octal37521214105576120142105
Binary11111101100010101100001010110111111011000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8A61; }

 p { color: rgb(253,138,97); }

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

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

 a { background-color: rgb(253,138,97); }

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

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

 span { border-color: rgb(253,138,97); }

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