#FF8C5E

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

Shades of Atomic Tangerine #FF8C5E

Tints of Atomic Tangerine #FF8C5E

Color information

#FF8C5E (or 0xFF8C5E) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8C and 5E. RGB value is (255,140,94). Sum of RGB (Red+Green+Blue) = 255+140+94=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C5E is #0073A1. Grayscale: #A9A9A9. Windows color (decimal): -29602 or 6196479. OLE color: 6196479.

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

Color convert

RGB25514094-
CMYK00.450.630
HSL17.14º100%68.43%-
HSV(B)17.14º63.14%100%-
XYZ52.6440.8215.7-
YUV169.1485.6189.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 94 (37.11% from 255) = 19.22%
R=52.15%
G=28.63%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551409400.450.63017.1410068.43
HexFF8C5E02D3F0116444
Octal37721413605577021144104
Binary11111111100011001011110010110111111101000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C5E; }

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

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

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

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

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

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

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

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