Html Css Color HEX #F8866F Salmon

📋 copy color: '#F8866F'

red 248 ◦ green 134 ◦ blue 111

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

Shades of Salmon #F8866F

Tints of Salmon #F8866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 50.3%
G = 27.18%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8866F (or 0xF8866F) is known color: Salmon. HEX triplet: F8, 86 and 6F. RGB value is (248,134,111). Sum of RGB (Red+Green+Blue) = 248+134+111=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8866F is #077990. Grayscale: #A5A5A5. Windows color (decimal): -489873 or 7309048. OLE color: 7309048.

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

Color convert

RGB 248 134 111 -
CMYK 0 0.46 0.55 0.03
HSL 10.07º 0.91% 0.7% -
HSV(B) 10.07º 0.55% 0.97% -
XYZ 50.11 38.15 19.76 -
YUV 165.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 248 134 111 0 0.46 0.55 0.03 10.07 0.91 0.7
Hex F8 86 6F 0 2E 37 3 A 5B 46
Octal 370 206 157 0 56 67 3 12 133 106
Binary 11111000 10000110 1101111 0 101110 110111 11 1010 1011011 1000110

Color Harmonies of #F8866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8866F

Black with #F8866F

Text Example


Text Example

White with #F8866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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