Html Css Color HEX #F5867B Salmon

📋 copy color: '#F5867B'

red 245 ◦ green 134 ◦ blue 123

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

Shades of Salmon #F5867B

Tints of Salmon #F5867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.69%

 BLUE value IS 123 (48.44% from 255) = 24.5%

R = 48.8%
G = 26.69%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5867B (or 0xF5867B) is known color: Salmon. HEX triplet: F5, 86 and 7B. RGB value is (245,134,123). Sum of RGB (Red+Green+Blue) = 245+134+123=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5867B is #0A7984. Grayscale: #A6A6A6. Windows color (decimal): -686469 or 8095477. OLE color: 8095477.

HSL color Cylindrical-coordinate representation of color #F5867B: hue angle of 5.41º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5867B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 134 123 -
CMYK 0 0.45 0.50 0.04
HSL 5.41º 0.86% 0.72% -
HSV(B) 5.41º 0.5% 0.96% -
XYZ 49.76 37.89 23.43 -
YUV 165.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 245 134 123 0 0.45 0.50 0.04 5.41 0.86 0.72
Hex F5 86 7B 0 2D 32 4 5 56 48
Octal 365 206 173 0 55 62 4 5 126 110
Binary 11110101 10000110 1111011 0 101101 110010 100 101 1010110 1001000

Color Harmonies of #F5867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5867B

Black with #F5867B

Text Example


Text Example

White with #F5867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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