#FD955E

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

Shades of Atomic Tangerine #FD955E

Tints of Atomic Tangerine #FD955E

Color information

#FD955E (or 0xFD955E) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 95 and 5E. RGB value is (253,149,94). Sum of RGB (Red+Green+Blue) = 253+149+94=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD955E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD955E is #026AA1. Grayscale: #AEAEAE. Windows color (decimal): -158370 or 6198781. OLE color: 6198781.

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

Color convert

RGB25314994-
CMYK00.410.630.01
HSL20.75º97.55%68.04%-
HSV(B)20.75º62.85%99.22%-
XYZ53.2843.1916.12-
YUV173.8382.96184.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.01%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=51.01%
G=30.04%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531499400.410.630.0120.7597.5568.04
HexFD955E0293F1156244
Octal37522513605177125142104
Binary11111101100101011011110010100111111111010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD955E; }

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

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

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

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

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

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

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

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