#FD9E5E

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

Shades of Atomic Tangerine #FD9E5E

Tints of Atomic Tangerine #FD9E5E

Color information

#FD9E5E (or 0xFD9E5E) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9E and 5E. RGB value is (253,158,94). Sum of RGB (Red+Green+Blue) = 253+158+94=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9E5E is #0261A1. Grayscale: #B3B3B3. Windows color (decimal): -156066 or 6201085. OLE color: 6201085.

HSL color Cylindrical-coordinate representation of color #FD9E5E: hue angle of 24.15º 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 #FD9E5E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25315894-
CMYK00.380.630.01
HSL24.15º97.55%68.04%-
HSV(B)24.15º62.85%99.22%-
XYZ54.7646.1416.61-
YUV179.1179.97180.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.10%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 94 (37.11% from 255) = 18.61%
R=50.10%
G=31.29%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531589400.380.630.0124.1597.5568.04
HexFD9E5E0263F1186244
Octal37523613604677130142104
Binary11111101100111101011110010011011111111100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9E5E; }

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

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

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

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

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

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

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

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