#F8916A

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

Shades of Atomic Tangerine #F8916A

Tints of Atomic Tangerine #F8916A

Color information

#F8916A (or 0xF8916A) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 91 and 6A. RGB value is (248,145,106). Sum of RGB (Red+Green+Blue) = 248+145+106=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8916A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8916A is #076E95. Grayscale: #ABABAB. Windows color (decimal): -487062 or 6984184. OLE color: 6984184.

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

Color convert

RGB248145106-
CMYK00.420.570.03
HSL16.48º91.03%69.41%-
HSV(B)16.48º57.26%97.25%-
XYZ51.4441.2518.89-
YUV171.3591.12182.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.70%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=49.70%
G=29.06%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814510600.420.570.0316.4891.0369.41
HexF8916A02A393105b45
Octal37022115205271320133105
Binary111110001001000111010100101010111001111000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8916A; }

 p { color: rgb(248,145,106); }

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

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

 a { background-color: rgb(248,145,106); }

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

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

 span { border-color: rgb(248,145,106); }

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