#F8945B

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

Shades of Atomic Tangerine #F8945B

Tints of Atomic Tangerine #F8945B

Color information

#F8945B (or 0xF8945B) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 94 and 5B. RGB value is (248,148,91). Sum of RGB (Red+Green+Blue) = 248+148+91=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8945B is #076BA4. Grayscale: #ABABAB. Windows color (decimal): -486309 or 6001912. OLE color: 6001912.

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

Color convert

RGB24814891-
CMYK00.400.630.03
HSL21.78º91.81%66.47%-
HSV(B)21.78º63.31%97.25%-
XYZ51.1941.8915.29-
YUV171.482.63182.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.92%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=50.92%
G=30.39%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481489100.400.630.0321.7891.8166.47
HexF8945B0283F3165c42
Octal37022413305077326134102
Binary111110001001010010110110101000111111111011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8945B; }

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

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

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

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

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

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

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

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