Html Css Color HEX #F8857A Salmon

📋 copy color: '#F8857A'

red 248 ◦ green 133 ◦ blue 122

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

Shades of Salmon #F8857A

Tints of Salmon #F8857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

 BLUE value IS 122 (48.05% from 255) = 24.25%

R = 49.3%
G = 26.44%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F8857A (or 0xF8857A) is known color: Salmon. HEX triplet: F8, 85 and 7A. RGB value is (248,133,122). Sum of RGB (Red+Green+Blue) = 248+133+122=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8857A is #077A85. Grayscale: #A6A6A6. Windows color (decimal): -490118 or 8029688. OLE color: 8029688.

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

Color convert

RGB 248 133 122 -
CMYK 0 0.46 0.51 0.03
HSL 5.24º 0.9% 0.73% -
HSV(B) 5.24º 0.51% 0.97% -
XYZ 50.61 38.14 23.11 -
YUV 166.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 248 133 122 0 0.46 0.51 0.03 5.24 0.9 0.73
Hex F8 85 7A 0 2E 33 3 5 5A 49
Octal 370 205 172 0 56 63 3 5 132 111
Binary 11111000 10000101 1111010 0 101110 110011 11 101 1011010 1001001

Color Harmonies of #F8857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8857A

Black with #F8857A

Text Example


Text Example

White with #F8857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8857A; }

 p { color: rgb(248,133,122); }

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

background-color css

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

 a { background-color: rgb(248,133,122); }

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

border-color css

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

 span { border-color: rgb(248,133,122); }

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