#F59482

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

Shades of Vivid Tangerine #F59482

Tints of Vivid Tangerine #F59482

Color information

#F59482 (or 0xF59482) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 94 and 82. RGB value is (245,148,130). Sum of RGB (Red+Green+Blue) = 245+148+130=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F59482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59482 is #0A6B7D. Grayscale: #AFAFAF. Windows color (decimal): -682878 or 8557813. OLE color: 8557813.

HSL color Cylindrical-coordinate representation of color #F59482: hue angle of 9.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F59482 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245148130-
CMYK00.400.470.04
HSL9.39º85.19%73.53%-
HSV(B)9.39º46.94%96.08%-
XYZ52.2842.226.51-
YUV174.95102.64177.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=46.85%
G=28.30%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514813000.400.470.049.3985.1973.53
HexF594820282F49554a
Octal36522420205057411125112
Binary1111010110010100100000100101000101111100100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59482; }

 p { color: rgb(245,148,130); }

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

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

 a { background-color: rgb(245,148,130); }

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

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

 span { border-color: rgb(245,148,130); }

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