#F89865

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

Shades of Atomic Tangerine #F89865

Tints of Atomic Tangerine #F89865

Color information

#F89865 (or 0xF89865) is unknown color: approx Atomic Tangerine. HEX triplet: F8, 98 and 65. RGB value is (248,152,101). Sum of RGB (Red+Green+Blue) = 248+152+101=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F89865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89865 is #07679A. Grayscale: #AFAFAF. Windows color (decimal): -485275 or 6658296. OLE color: 6658296.

HSL color Cylindrical-coordinate representation of color #F89865: hue angle of 20.82º 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 #F89865 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB248152101-
CMYK00.390.590.03
HSL20.82º91.3%68.43%-
HSV(B)20.82º59.27%97.25%-
XYZ52.2943.3517.92-
YUV174.8986.3180.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.50%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=49.50%
G=30.34%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815210100.390.590.0320.8291.368.43
HexF898650273B3155b44
Octal37023014504773325133104
Binary111110001001100011001010100111111011111010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89865; }

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

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

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

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

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

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

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

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