#F98964

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

Shades of Atomic Tangerine #F98964

Tints of Atomic Tangerine #F98964

Color information

#F98964 (or 0xF98964) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 89 and 64. RGB value is (249,137,100). Sum of RGB (Red+Green+Blue) = 249+137+100=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F98964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98964 is #06769B. Grayscale: #A6A6A6. Windows color (decimal): -423580 or 6588921. OLE color: 6588921.

HSL color Cylindrical-coordinate representation of color #F98964: hue angle of 14.9º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F98964 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB249137100-
CMYK00.450.600.02
HSL14.9º92.55%68.43%-
HSV(B)14.9º59.84%97.65%-
XYZ50.3138.9516.92-
YUV166.2790.61187.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.23%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=51.23%
G=28.19%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913710000.450.600.0214.992.5568.43
HexF9896402D3C2f5d44
Octal37121114405574217135104
Binary11111001100010011100100010110111110010111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98964; }

 p { color: rgb(249,137,100); }

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

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

 a { background-color: rgb(249,137,100); }

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

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

 span { border-color: rgb(249,137,100); }

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