#FF8F5F

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

Shades of Atomic Tangerine #FF8F5F

Tints of Atomic Tangerine #FF8F5F

Color information

#FF8F5F (or 0xFF8F5F) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8F and 5F. RGB value is (255,143,95). Sum of RGB (Red+Green+Blue) = 255+143+95=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F5F is #0070A0. Grayscale: #ABABAB. Windows color (decimal): -28833 or 6262783. OLE color: 6262783.

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

Color convert

RGB25514395-
CMYK00.440.630
HSL18º100%68.63%-
HSV(B)18º62.75%100%-
XYZ53.1341.7316.08-
YUV171.0285.11187.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 95 (37.5% from 255) = 19.27%
R=51.72%
G=29.01%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551439500.440.6301810068.63
HexFF8F5F02C3F0126445
Octal37721713705477022144105
Binary11111111100011111011111010110011111101001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8F5F; }

 p { color: rgb(255,143,95); }

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

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

 a { background-color: rgb(255,143,95); }

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

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

 span { border-color: rgb(255,143,95); }

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