#F89275

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

Shades of Vivid Tangerine #F89275

Tints of Vivid Tangerine #F89275

Color information

#F89275 (or 0xF89275) is unknown color: approx Vivid Tangerine. HEX triplet: F8, 92 and 75. RGB value is (248,146,117). Sum of RGB (Red+Green+Blue) = 248+146+117=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F89275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89275 is #076D8A. Grayscale: #ADADAD. Windows color (decimal): -486795 or 7705336. OLE color: 7705336.

HSL color Cylindrical-coordinate representation of color #F89275: hue angle of 13.28º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F89275 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248146117-
CMYK00.410.530.03
HSL13.28º90.34%71.57%-
HSV(B)13.28º52.82%97.25%-
XYZ52.241.822.15-
YUV173.1996.29181.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.53%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=48.53%
G=28.57%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814611700.410.530.0313.2890.3471.57
HexF89275029353d5a48
Octal37022216505165315132110
Binary11111000100100101110101010100111010111110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89275; }

 p { color: rgb(248,146,117); }

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

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

 a { background-color: rgb(248,146,117); }

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

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

 span { border-color: rgb(248,146,117); }

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