#F8975A

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

Shades of Atomic Tangerine #F8975A

Tints of Atomic Tangerine #F8975A

Color information

#F8975A (or 0xF8975A) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 97 and 5A. RGB value is (248,151,90). Sum of RGB (Red+Green+Blue) = 248+151+90=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8975A is #0768A5. Grayscale: #ADADAD. Windows color (decimal): -485542 or 5937144. OLE color: 5937144.

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

Color convert

RGB24815190-
CMYK00.390.640.03
HSL23.16º91.86%66.27%-
HSV(B)23.16º63.71%97.25%-
XYZ51.6242.8315.22-
YUV173.0581.14181.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.72%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 90 (35.55% from 255) = 18.40%
R=50.72%
G=30.88%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481519000.390.640.0323.1691.8666.27
HexF8975A027403175c42
Octal370227132047100327134102
Binary1111100010010111101101001001111000000111011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8975A; }

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

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

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

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

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

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

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

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