Html Css Color HEX #F5A386 Tonys Pink

📋 copy color: '#F5A386'

red 245 ◦ green 163 ◦ blue 134

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

Shades of Tonys Pink #F5A386

Tints of Tonys Pink #F5A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 45.2%
G = 30.07%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5A386 (or 0xF5A386) is known color: Tonys Pink. HEX triplet: F5, A3 and 86. RGB value is (245,163,134). Sum of RGB (Red+Green+Blue) = 245+163+134=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A386 is #0A5C79. Grayscale: #B8B8B8. Windows color (decimal): -679034 or 8823797. OLE color: 8823797.

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

Color convert

RGB 245 163 134 -
CMYK 0 0.33 0.45 0.04
HSL 15.68º 0.85% 0.74% -
HSV(B) 15.68º 0.45% 0.96% -
XYZ 55.06 47.33 28.79 -
YUV 184.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 245 163 134 0 0.33 0.45 0.04 15.68 0.85 0.74
Hex F5 A3 86 0 21 2D 4 10 55 4A
Octal 365 243 206 0 41 55 4 20 125 112
Binary 11110101 10100011 10000110 0 100001 101101 100 10000 1010101 1001010

Color Harmonies of #F5A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A386

Black with #F5A386

Text Example


Text Example

White with #F5A386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A386; }

 p { color: rgb(245,163,134); }

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

background-color css

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

 a { background-color: rgb(245,163,134); }

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

border-color css

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

 span { border-color: rgb(245,163,134); }

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