#FD8A64

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

Shades of Atomic Tangerine #FD8A64

Tints of Atomic Tangerine #FD8A64

Color information

#FD8A64 (or 0xFD8A64) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 8A and 64. RGB value is (253,138,100). Sum of RGB (Red+Green+Blue) = 253+138+100=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A64 is #02759B. Grayscale: #A8A8A8. Windows color (decimal): -161180 or 6589181. OLE color: 6589181.

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

Color convert

RGB253138100-
CMYK00.450.600.01
HSL14.9º97.45%69.22%-
HSV(B)14.9º60.47%99.22%-
XYZ51.939.9817.04-
YUV168.0589.6188.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=51.53%
G=28.11%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313810000.450.600.0114.997.4569.22
HexFD8A6402D3C1f6145
Octal37521214405574117141105
Binary1111110110001010110010001011011111001111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8A64; }

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

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

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

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

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

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

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

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