Html Css Color HEX #F5987F Vivid Tangerine

📋 copy color: '#F5987F'

red 245 ◦ green 152 ◦ blue 127

#F5987F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #F5987F

Tints of Vivid Tangerine #F5987F

RGB

 RED value IS 245 (96.09% from 255) = 46.76%

 GREEN value IS 152 (59.77% from 255) = 29.01%

 BLUE value IS 127 (50% from 255) = 24.24%

R = 46.76%
G = 29.01%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5987F (or 0xF5987F) is known color: Vivid Tangerine. HEX triplet: F5, 98 and 7F. RGB value is (245,152,127). Sum of RGB (Red+Green+Blue) = 245+152+127=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5987F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5987F is #0A6780. Grayscale: #B1B1B1. Windows color (decimal): -681857 or 8362229. OLE color: 8362229.

HSL color Cylindrical-coordinate representation of color #F5987F: hue angle of 12.71º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5987F is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 152 127 -
CMYK 0 0.38 0.48 0.04
HSL 12.71º 0.86% 0.73% -
HSV(B) 12.71º 0.48% 0.96% -
XYZ 52.72 43.4 25.68 -
YUV 176.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 245 152 127 0 0.38 0.48 0.04 12.71 0.86 0.73
Hex F5 98 7F 0 26 30 4 D 56 49
Octal 365 230 177 0 46 60 4 15 126 111
Binary 11110101 10011000 1111111 0 100110 110000 100 1101 1010110 1001001

Color Harmonies of #F5987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5987F

Black with #F5987F

Text Example


Text Example

White with #F5987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5987F; }

 p { color: rgb(245,152,127); }

 H1.HeaderClassName
 {
   color: #F5987F;
 }
 .AnyTagClassName
 {
   color: #F5987F;
 }
</style>

background-color css

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

 a { background-color: rgb(245,152,127); }

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

border-color css

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

 span { border-color: rgb(245,152,127); }

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