#F89465

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

Shades of Atomic Tangerine #F89465

Tints of Atomic Tangerine #F89465

Color information

#F89465 (or 0xF89465) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 94 and 65. RGB value is (248,148,101). Sum of RGB (Red+Green+Blue) = 248+148+101=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F89465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89465 is #076B9A. Grayscale: #ACACAC. Windows color (decimal): -486299 or 6657272. OLE color: 6657272.

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

Color convert

RGB248148101-
CMYK00.400.590.03
HSL19.18º91.3%68.43%-
HSV(B)19.18º59.27%97.25%-
XYZ51.6542.0817.71-
YUV172.5487.63181.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=49.90%
G=29.78%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814810100.400.590.0319.1891.368.43
HexF894650283B3135b44
Octal37022414505073323133104
Binary111110001001010011001010101000111011111001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89465; }

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

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

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

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

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

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

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

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