Html Css Color HEX #F8766F Salmon

📋 copy color: '#F8766F'

red 248 ◦ green 118 ◦ blue 111

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

Shades of Salmon #F8766F

Tints of Salmon #F8766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 51.99%
G = 24.74%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8766F (or 0xF8766F) is known color: Salmon. HEX triplet: F8, 76 and 6F. RGB value is (248,118,111). Sum of RGB (Red+Green+Blue) = 248+118+111=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8766F is #078990. Grayscale: #9C9C9C. Windows color (decimal): -493969 or 7304952. OLE color: 7304952.

HSL color Cylindrical-coordinate representation of color #F8766F: hue angle of 3.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 #F8766F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 118 111 -
CMYK 0 0.52 0.55 0.03
HSL 3.07º 0.91% 0.7% -
HSV(B) 3.07º 0.55% 0.97% -
XYZ 48.06 34.06 19.08 -
YUV 156.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 248 118 111 0 0.52 0.55 0.03 3.07 0.91 0.7
Hex F8 76 6F 0 34 37 3 3 5B 46
Octal 370 166 157 0 64 67 3 3 133 106
Binary 11111000 1110110 1101111 0 110100 110111 11 11 1011011 1000110

Color Harmonies of #F8766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8766F

Black with #F8766F

Text Example


Text Example

White with #F8766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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