Html Css Color HEX #F5917F Vivid Tangerine

📋 copy color: '#F5917F'

red 245 ◦ green 145 ◦ blue 127

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

Shades of Vivid Tangerine #F5917F

Tints of Vivid Tangerine #F5917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.05%

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

R = 47.39%
G = 28.05%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5917F (or 0xF5917F) is known color: Vivid Tangerine. HEX triplet: F5, 91 and 7F. RGB value is (245,145,127). Sum of RGB (Red+Green+Blue) = 245+145+127=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5917F is #0A6E80. Grayscale: #ADADAD. Windows color (decimal): -683649 or 8360437. OLE color: 8360437.

HSL color Cylindrical-coordinate representation of color #F5917F: hue angle of 9.15º 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 #F5917F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 145 127 -
CMYK 0 0.41 0.48 0.04
HSL 9.15º 0.86% 0.73% -
HSV(B) 9.15º 0.48% 0.96% -
XYZ 51.61 41.2 25.31 -
YUV 172.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 245 145 127 0 0.41 0.48 0.04 9.15 0.86 0.73
Hex F5 91 7F 0 29 30 4 9 56 49
Octal 365 221 177 0 51 60 4 11 126 111
Binary 11110101 10010001 1111111 0 101001 110000 100 1001 1010110 1001001

Color Harmonies of #F5917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5917F

Black with #F5917F

Text Example


Text Example

White with #F5917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5917F; }

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

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

background-color css

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

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

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

border-color css

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

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

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