Html Css Color HEX #F5937D Vivid Tangerine

📋 copy color: '#F5937D'

red 245 ◦ green 147 ◦ blue 125

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

Shades of Vivid Tangerine #F5937D

Tints of Vivid Tangerine #F5937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.43%

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 47.39%
G = 28.43%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5937D (or 0xF5937D) is known color: Vivid Tangerine. HEX triplet: F5, 93 and 7D. RGB value is (245,147,125). Sum of RGB (Red+Green+Blue) = 245+147+125=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5937D is #0A6C82. Grayscale: #ADADAD. Windows color (decimal): -683139 or 8229877. OLE color: 8229877.

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

Color convert

RGB 245 147 125 -
CMYK 0 0.4 0.49 0.04
HSL 11º 0.86% 0.73% -
HSV(B) 11º 0.49% 0.96% -
XYZ 51.79 41.76 24.73 -
YUV 173.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 245 147 125 0 0.4 0.49 0.04 11 0.86 0.73
Hex F5 93 7D 0 28 31 4 B 56 49
Octal 365 223 175 0 50 61 4 13 126 111
Binary 11110101 10010011 1111101 0 101000 110001 100 1011 1010110 1001001

Color Harmonies of #F5937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5937D

Black with #F5937D

Text Example


Text Example

White with #F5937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5937D; }

 p { color: rgb(245,147,125); }

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

background-color css

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

 a { background-color: rgb(245,147,125); }

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

border-color css

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

 span { border-color: rgb(245,147,125); }

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