Html Css Color HEX #F5A286 Tonys Pink

📋 copy color: '#F5A286'

red 245 ◦ green 162 ◦ blue 134

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

Shades of Tonys Pink #F5A286

Tints of Tonys Pink #F5A286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.94%

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

R = 45.29%
G = 29.94%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5A286 (or 0xF5A286) is known color: Tonys Pink. HEX triplet: F5, A2 and 86. RGB value is (245,162,134). Sum of RGB (Red+Green+Blue) = 245+162+134=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A286 is #0A5D79. Grayscale: #B7B7B7. Windows color (decimal): -679290 or 8823541. OLE color: 8823541.

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

Color convert

RGB 245 162 134 -
CMYK 0 0.34 0.45 0.04
HSL 15.14º 0.85% 0.74% -
HSV(B) 15.14º 0.45% 0.96% -
XYZ 54.88 46.97 28.73 -
YUV 183.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 245 162 134 0 0.34 0.45 0.04 15.14 0.85 0.74
Hex F5 A2 86 0 22 2D 4 F 55 4A
Octal 365 242 206 0 42 55 4 17 125 112
Binary 11110101 10100010 10000110 0 100010 101101 100 1111 1010101 1001010

Color Harmonies of #F5A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A286

Black with #F5A286

Text Example


Text Example

White with #F5A286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A286; }

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

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

background-color css

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

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

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

border-color css

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

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

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