#FF8B5F

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

Shades of Atomic Tangerine #FF8B5F

Tints of Atomic Tangerine #FF8B5F

Color information

#FF8B5F (or 0xFF8B5F) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8B and 5F. RGB value is (255,139,95). Sum of RGB (Red+Green+Blue) = 255+139+95=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B5F is #0074A0. Grayscale: #A8A8A8. Windows color (decimal): -29857 or 6261759. OLE color: 6261759.

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

Color convert

RGB25513995-
CMYK00.450.630
HSL16.5º100%68.63%-
HSV(B)16.5º62.75%100%-
XYZ52.5440.5515.88-
YUV168.6786.43189.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 95 (37.5% from 255) = 19.43%
R=52.15%
G=28.43%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551399500.450.63016.510068.63
HexFF8B5F02D3F0116445
Octal37721313705577021144105
Binary11111111100010111011111010110111111101000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B5F; }

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

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

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

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

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

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

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

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