#FF9D5E

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

Shades of Atomic Tangerine #FF9D5E

Tints of Atomic Tangerine #FF9D5E

Color information

#FF9D5E (or 0xFF9D5E) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9D and 5E. RGB value is (255,157,94). Sum of RGB (Red+Green+Blue) = 255+157+94=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D5E is #0062A1. Grayscale: #B3B3B3. Windows color (decimal): -25250 or 6200831. OLE color: 6200831.

HSL color Cylindrical-coordinate representation of color #FF9D5E: hue angle of 23.48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF9D5E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25515794-
CMYK00.380.630
HSL23.48º100%68.43%-
HSV(B)23.48º63.14%100%-
XYZ55.3246.1816.59-
YUV179.1279.97182.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 94 (37.11% from 255) = 18.58%
R=50.40%
G=31.03%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551579400.380.63023.4810068.43
HexFF9D5E0263F0176444
Octal37723513604677027144104
Binary11111111100111011011110010011011111101011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9D5E; }

 p { color: rgb(255,157,94); }

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

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

 a { background-color: rgb(255,157,94); }

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

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

 span { border-color: rgb(255,157,94); }

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