Html Css Color HEX #F8856E Salmon

📋 copy color: '#F8856E'

red 248 ◦ green 133 ◦ blue 110

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

Shades of Salmon #F8856E

Tints of Salmon #F8856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 50.51%
G = 27.09%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8856E (or 0xF8856E) is known color: Salmon. HEX triplet: F8, 85 and 6E. RGB value is (248,133,110). Sum of RGB (Red+Green+Blue) = 248+133+110=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8856E is #077A91. Grayscale: #A4A4A4. Windows color (decimal): -490130 or 7243256. OLE color: 7243256.

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

Color convert

RGB 248 133 110 -
CMYK 0 0.46 0.56 0.03
HSL 10º 0.91% 0.7% -
HSV(B) 10º 0.56% 0.97% -
XYZ 49.91 37.86 19.43 -
YUV 164.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 248 133 110 0 0.46 0.56 0.03 10 0.91 0.7
Hex F8 85 6E 0 2E 38 3 A 5B 46
Octal 370 205 156 0 56 70 3 12 133 106
Binary 11111000 10000101 1101110 0 101110 111000 11 1010 1011011 1000110

Color Harmonies of #F8856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8856E

Black with #F8856E

Text Example


Text Example

White with #F8856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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