#FF985B

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

Shades of Atomic Tangerine #FF985B

Tints of Atomic Tangerine #FF985B

Color information

#FF985B (or 0xFF985B) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 98 and 5B. RGB value is (255,152,91). Sum of RGB (Red+Green+Blue) = 255+152+91=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF985B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF985B is #0067A4. Grayscale: #B0B0B0. Windows color (decimal): -26533 or 6002943. OLE color: 6002943.

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

Color convert

RGB25515291-
CMYK00.400.640
HSL22.32º100%67.84%-
HSV(B)22.32º64.31%100%-
XYZ54.3644.4715.62-
YUV175.8480.12184.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=51.20%
G=30.52%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551529100.400.64022.3210067.84
HexFF985B028400166444
Octal377230133050100026144104
Binary111111111001100010110110101000100000001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF985B; }

 p { color: rgb(255,152,91); }

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

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

 a { background-color: rgb(255,152,91); }

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

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

 span { border-color: rgb(255,152,91); }

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