#FD8D5E

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

Shades of Atomic Tangerine #FD8D5E

Tints of Atomic Tangerine #FD8D5E

Color information

#FD8D5E (or 0xFD8D5E) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 8D and 5E. RGB value is (253,141,94). Sum of RGB (Red+Green+Blue) = 253+141+94=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D5E is #0272A1. Grayscale: #A9A9A9. Windows color (decimal): -160418 or 6196733. OLE color: 6196733.

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

Color convert

RGB25314194-
CMYK00.440.630.01
HSL17.74º97.55%68.04%-
HSV(B)17.74º62.85%99.22%-
XYZ52.0540.7415.71-
YUV169.1385.61187.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.84%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 94 (37.11% from 255) = 19.26%
R=51.84%
G=28.89%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531419400.440.630.0117.7497.5568.04
HexFD8D5E02C3F1126244
Octal37521513605477122142104
Binary11111101100011011011110010110011111111001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8D5E; }

 p { color: rgb(253,141,94); }

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

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

 a { background-color: rgb(253,141,94); }

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

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

 span { border-color: rgb(253,141,94); }

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