#F98F70

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

Shades of Atomic Tangerine #F98F70

Tints of Atomic Tangerine #F98F70

Color information

#F98F70 (or 0xF98F70) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 8F and 70. RGB value is (249,143,112). Sum of RGB (Red+Green+Blue) = 249+143+112=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F70 is #06708F. Grayscale: #ABABAB. Windows color (decimal): -422032 or 7376889. OLE color: 7376889.

HSL color Cylindrical-coordinate representation of color #F98F70: hue angle of 13.58º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F98F70 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249143112-
CMYK00.430.550.02
HSL13.58º91.95%70.78%-
HSV(B)13.58º55.02%97.65%-
XYZ51.8140.9520.5-
YUV171.1694.62183.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=49.40%
G=28.37%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914311200.430.550.0213.5891.9570.78
HexF98F7002B372e5c47
Octal37121716005367216134107
Binary11111001100011111110000010101111011110111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98F70; }

 p { color: rgb(249,143,112); }

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

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

 a { background-color: rgb(249,143,112); }

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

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

 span { border-color: rgb(249,143,112); }

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