#FD995E

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

Shades of Atomic Tangerine #FD995E

Tints of Atomic Tangerine #FD995E

Color information

#FD995E (or 0xFD995E) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 99 and 5E. RGB value is (253,153,94). Sum of RGB (Red+Green+Blue) = 253+153+94=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD995E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD995E is #0266A1. Grayscale: #B0B0B0. Windows color (decimal): -157346 or 6199805. OLE color: 6199805.

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

Color convert

RGB25315394-
CMYK00.400.630.01
HSL22.26º97.55%68.04%-
HSV(B)22.26º62.85%99.22%-
XYZ53.9244.4716.33-
YUV176.1781.63182.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.6%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 94 (37.11% from 255) = 18.8%
R=50.6%
G=30.6%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531539400.400.630.0122.2697.5568.04
HexFD995E0283F1166244
Octal37523113605077126142104
Binary11111101100110011011110010100011111111011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD995E; }

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

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

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

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

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

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

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

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