#F8975C

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

Shades of Atomic Tangerine #F8975C

Tints of Atomic Tangerine #F8975C

Color information

#F8975C (or 0xF8975C) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 97 and 5C. RGB value is (248,151,92). Sum of RGB (Red+Green+Blue) = 248+151+92=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8975C is #0768A3. Grayscale: #ADADAD. Windows color (decimal): -485540 or 6068216. OLE color: 6068216.

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

Color convert

RGB24815192-
CMYK00.390.630.03
HSL22.69º91.76%66.67%-
HSV(B)22.69º62.9%97.25%-
XYZ51.7142.8615.67-
YUV173.2882.14181.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.51%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=50.51%
G=30.75%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481519200.390.630.0322.6991.7666.67
HexF8975C0273F3175c43
Octal37022713404777327134103
Binary111110001001011110111000100111111111111011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8975C; }

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

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

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

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

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

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

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

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