Html Css Color HEX #F8867B Salmon

📋 copy color: '#F8867B'

red 248 ◦ green 134 ◦ blue 123

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

Shades of Salmon #F8867B

Tints of Salmon #F8867B

RGB

 RED value IS 248 (97.27% from 255) = 49.11%

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

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

R = 49.11%
G = 26.53%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8867B (or 0xF8867B) is known color: Salmon. HEX triplet: F8, 86 and 7B. RGB value is (248,134,123). Sum of RGB (Red+Green+Blue) = 248+134+123=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8867B is #077984. Grayscale: #A6A6A6. Windows color (decimal): -489861 or 8095480. OLE color: 8095480.

HSL color Cylindrical-coordinate representation of color #F8867B: hue angle of 5.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8867B is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 134 123 -
CMYK 0 0.46 0.50 0.03
HSL 5.28º 0.9% 0.73% -
HSV(B) 5.28º 0.5% 0.97% -
XYZ 50.81 38.44 23.48 -
YUV 166.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 248 134 123 0 0.46 0.50 0.03 5.28 0.9 0.73
Hex F8 86 7B 0 2E 32 3 5 5A 49
Octal 370 206 173 0 56 62 3 5 132 111
Binary 11111000 10000110 1111011 0 101110 110010 11 101 1011010 1001001

Color Harmonies of #F8867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8867B

Black with #F8867B

Text Example


Text Example

White with #F8867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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