#F8975D

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

Shades of Atomic Tangerine #F8975D

Tints of Atomic Tangerine #F8975D

Color information

#F8975D (or 0xF8975D) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 97 and 5D. RGB value is (248,151,93). Sum of RGB (Red+Green+Blue) = 248+151+93=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8975D is #0768A2. Grayscale: #ADADAD. Windows color (decimal): -485539 or 6133752. OLE color: 6133752.

HSL color Cylindrical-coordinate representation of color #F8975D: hue angle of 22.45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8975D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24815193-
CMYK00.390.620.03
HSL22.45º91.72%66.86%-
HSV(B)22.45º62.5%97.25%-
XYZ51.7542.8815.9-
YUV173.3982.64181.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.41%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=50.41%
G=30.69%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481519300.390.620.0322.4591.7266.86
HexF8975D0273E3165c43
Octal37022713504776326134103
Binary111110001001011110111010100111111110111011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8975D; }

 p { color: rgb(248,151,93); }

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

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

 a { background-color: rgb(248,151,93); }

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

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

 span { border-color: rgb(248,151,93); }

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