#FD956C

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

Shades of Atomic Tangerine #FD956C

Tints of Atomic Tangerine #FD956C

Color information

#FD956C (or 0xFD956C) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 95 and 6C. RGB value is (253,149,108). Sum of RGB (Red+Green+Blue) = 253+149+108=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD956C is #026A93. Grayscale: #AFAFAF. Windows color (decimal): -158356 or 7116285. OLE color: 7116285.

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

Color convert

RGB253149108-
CMYK00.410.570.01
HSL16.97º97.32%70.78%-
HSV(B)16.97º57.31%99.22%-
XYZ53.9643.4619.73-
YUV175.4289.96183.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=49.61%
G=29.22%
B=21.18%

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
Decimal25314910800.410.570.0116.9797.3270.78
HexFD956C029391116147
Octal37522515405171121141107
Binary11111101100101011101100010100111100111000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD956C; }

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

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

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

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

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

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

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

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