#F58D7B

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

Shades of Vivid Tangerine #F58D7B

Tints of Vivid Tangerine #F58D7B

Color information

#F58D7B (or 0xF58D7B) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 8D and 7B. RGB value is (245,141,123). Sum of RGB (Red+Green+Blue) = 245+141+123=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D7B is #0A7284. Grayscale: #AAAAAA. Windows color (decimal): -684677 or 8097269. OLE color: 8097269.

HSL color Cylindrical-coordinate representation of color #F58D7B: hue angle of 8.85º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F58D7B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245141123-
CMYK00.420.500.04
HSL8.85º85.92%72.16%-
HSV(B)8.85º49.8%96.08%-
XYZ50.7639.8923.76-
YUV170.04101.46181.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=48.13%
G=27.70%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514112300.420.500.048.8585.9272.16
HexF58D7B02A32495648
Octal36521517305262411126110
Binary111101011000110111110110101010110010100100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58D7B; }

 p { color: rgb(245,141,123); }

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

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

 a { background-color: rgb(245,141,123); }

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

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

 span { border-color: rgb(245,141,123); }

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