#FF8861

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

Shades of Atomic Tangerine #FF8861

Tints of Atomic Tangerine #FF8861

Color information

#FF8861 (or 0xFF8861) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 88 and 61. RGB value is (255,136,97). Sum of RGB (Red+Green+Blue) = 255+136+97=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8861 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8861 is #00779E. Grayscale: #A7A7A7. Windows color (decimal): -30623 or 6392063. OLE color: 6392063.

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

Color convert

RGB25513697-
CMYK00.470.620
HSL14.81º100%69.02%-
HSV(B)14.81º61.96%100%-
XYZ52.239.7316.23-
YUV167.1488.42190.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=52.25%
G=27.87%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551369700.470.62014.8110069.02
HexFF886102F3E0f6445
Octal37721014105776017144105
Binary1111111110001000110000101011111111100111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8861; }

 p { color: rgb(255,136,97); }

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

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

 a { background-color: rgb(255,136,97); }

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

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

 span { border-color: rgb(255,136,97); }

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