#F8996E

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

Shades of Atomic Tangerine #F8996E

Tints of Atomic Tangerine #F8996E

Color information

#F8996E (or 0xF8996E) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 99 and 6E. RGB value is (248,153,110). Sum of RGB (Red+Green+Blue) = 248+153+110=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8996E is #076691. Grayscale: #B0B0B0. Windows color (decimal): -485010 or 7248376. OLE color: 7248376.

HSL color Cylindrical-coordinate representation of color #F8996E: hue angle of 18.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8996E is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248153110-
CMYK00.380.560.03
HSL18.7º90.79%70.2%-
HSV(B)18.7º55.65%97.25%-
XYZ52.9243.8620.43-
YUV176.590.47179-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.53%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 110 (43.36% from 255) = 21.53%
R=48.53%
G=29.94%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815311000.380.560.0318.790.7970.2
HexF8996E026383135b46
Octal37023115604670323133106
Binary111110001001100111011100100110111000111001110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8996E; }

 p { color: rgb(248,153,110); }

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

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

 a { background-color: rgb(248,153,110); }

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

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

 span { border-color: rgb(248,153,110); }

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