#F98C6A

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

Shades of Atomic Tangerine #F98C6A

Tints of Atomic Tangerine #F98C6A

Color information

#F98C6A (or 0xF98C6A) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 8C and 6A. RGB value is (249,140,106). Sum of RGB (Red+Green+Blue) = 249+140+106=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C6A is #067395. Grayscale: #A8A8A8. Windows color (decimal): -422806 or 6982905. OLE color: 6982905.

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

Color convert

RGB249140106-
CMYK00.440.570.02
HSL14.27º92.26%69.61%-
HSV(B)14.27º57.43%97.65%-
XYZ51.0539.9418.65-
YUV168.7192.61185.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.30%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=50.30%
G=28.28%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914010600.440.570.0214.2792.2669.61
HexF98C6A02C392e5c46
Octal37121415205471216134106
Binary11111001100011001101010010110011100110111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C6A; }

 p { color: rgb(249,140,106); }

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

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

 a { background-color: rgb(249,140,106); }

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

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

 span { border-color: rgb(249,140,106); }

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