#F8946F

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

Shades of Atomic Tangerine #F8946F

Tints of Atomic Tangerine #F8946F

Color information

#F8946F (or 0xF8946F) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 94 and 6F. RGB value is (248,148,111). Sum of RGB (Red+Green+Blue) = 248+148+111=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8946F is #076B90. Grayscale: #ADADAD. Windows color (decimal): -486289 or 7312632. OLE color: 7312632.

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

Color convert

RGB248148111-
CMYK00.400.550.03
HSL16.2º90.73%70.39%-
HSV(B)16.2º55.24%97.25%-
XYZ52.1742.2820.45-
YUV173.6892.63181.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=48.92%
G=29.19%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814811100.400.550.0316.290.7370.39
HexF8946F028373105b46
Octal37022415705067320133106
Binary111110001001010011011110101000110111111000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8946F; }

 p { color: rgb(248,148,111); }

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

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

 a { background-color: rgb(248,148,111); }

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

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

 span { border-color: rgb(248,148,111); }

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