#FF985C

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

Shades of Atomic Tangerine #FF985C

Tints of Atomic Tangerine #FF985C

Color information

#FF985C (or 0xFF985C) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 98 and 5C. RGB value is (255,152,92). Sum of RGB (Red+Green+Blue) = 255+152+92=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF985C is #0067A3. Grayscale: #B0B0B0. Windows color (decimal): -26532 or 6068479. OLE color: 6068479.

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

Color convert

RGB25515292-
CMYK00.400.640
HSL22.09º100%68.04%-
HSV(B)22.09º63.92%100%-
XYZ54.444.4915.85-
YUV175.9680.62184.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=51.10%
G=30.46%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551529200.400.64022.0910068.04
HexFF985C028400166444
Octal377230134050100026144104
Binary111111111001100010111000101000100000001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF985C; }

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

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

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

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

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

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

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

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