#FF9A5E

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

Shades of Atomic Tangerine #FF9A5E

Tints of Atomic Tangerine #FF9A5E

Color information

#FF9A5E (or 0xFF9A5E) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9A and 5E. RGB value is (255,154,94). Sum of RGB (Red+Green+Blue) = 255+154+94=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A5E is #0065A1. Grayscale: #B1B1B1. Windows color (decimal): -26018 or 6200063. OLE color: 6200063.

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

Color convert

RGB25515494-
CMYK00.400.630
HSL22.36º100%68.43%-
HSV(B)22.36º63.14%100%-
XYZ54.8245.1816.42-
YUV177.3680.96183.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 94 (37.11% from 255) = 18.69%
R=50.70%
G=30.62%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551549400.400.63022.3610068.43
HexFF9A5E0283F0166444
Octal37723213605077026144104
Binary11111111100110101011110010100011111101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A5E; }

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

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

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

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

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

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

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

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