Html Css Color HEX #F8766A Salmon

📋 copy color: '#F8766A'

red 248 ◦ green 118 ◦ blue 106

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

Shades of Salmon #F8766A

Tints of Salmon #F8766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 52.54%
G = 25%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8766A (or 0xF8766A) is known color: Salmon. HEX triplet: F8, 76 and 6A. RGB value is (248,118,106). Sum of RGB (Red+Green+Blue) = 248+118+106=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8766A is #078995. Grayscale: #9B9B9B. Windows color (decimal): -493974 or 6977272. OLE color: 6977272.

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

Color convert

RGB 248 118 106 -
CMYK 0 0.52 0.57 0.03
HSL 5.07º 0.91% 0.69% -
HSV(B) 5.07º 0.57% 0.97% -
XYZ 47.79 33.95 17.67 -
YUV 155.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 248 118 106 0 0.52 0.57 0.03 5.07 0.91 0.69
Hex F8 76 6A 0 34 39 3 5 5B 45
Octal 370 166 152 0 64 71 3 5 133 105
Binary 11111000 1110110 1101010 0 110100 111001 11 101 1011011 1000101

Color Harmonies of #F8766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8766A

Black with #F8766A

Text Example


Text Example

White with #F8766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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