#FD956E

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

Shades of Atomic Tangerine #FD956E

Tints of Atomic Tangerine #FD956E

Color information

#FD956E (or 0xFD956E) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 95 and 6E. RGB value is (253,149,110). Sum of RGB (Red+Green+Blue) = 253+149+110=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD956E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD956E is #026A91. Grayscale: #AFAFAF. Windows color (decimal): -158354 or 7247357. OLE color: 7247357.

HSL color Cylindrical-coordinate representation of color #FD956E: hue angle of 16.36º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD956E is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB253149110-
CMYK00.410.570.01
HSL16.36º97.28%71.18%-
HSV(B)16.36º56.52%99.22%-
XYZ54.0743.520.3-
YUV175.6590.96183.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 110 (43.36% from 255) = 21.48%
R=49.41%
G=29.10%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314911000.410.570.0116.3697.2871.18
HexFD956E029391106147
Octal37522515605171120141107
Binary11111101100101011101110010100111100111000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD956E; }

 p { color: rgb(253,149,110); }

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

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

 a { background-color: rgb(253,149,110); }

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

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

 span { border-color: rgb(253,149,110); }

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