Html Css Color HEX #F8876A Salmon

📋 copy color: '#F8876A'

red 248 ◦ green 135 ◦ blue 106

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

Shades of Salmon #F8876A

Tints of Salmon #F8876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

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

R = 50.72%
G = 27.61%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8876A (or 0xF8876A) is known color: Salmon. HEX triplet: F8, 87 and 6A. RGB value is (248,135,106). Sum of RGB (Red+Green+Blue) = 248+135+106=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8876A is #077895. Grayscale: #A5A5A5. Windows color (decimal): -489622 or 6981624. OLE color: 6981624.

HSL color Cylindrical-coordinate representation of color #F8876A: hue angle of 12.25º 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 #F8876A is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 135 106 -
CMYK 0 0.46 0.57 0.03
HSL 12.25º 0.91% 0.69% -
HSV(B) 12.25º 0.57% 0.97% -
XYZ 49.98 38.33 18.4 -
YUV 165.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 248 135 106 0 0.46 0.57 0.03 12.25 0.91 0.69
Hex F8 87 6A 0 2E 39 3 C 5B 45
Octal 370 207 152 0 56 71 3 14 133 105
Binary 11111000 10000111 1101010 0 101110 111001 11 1100 1011011 1000101

Color Harmonies of #F8876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8876A

Black with #F8876A

Text Example


Text Example

White with #F8876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8876A; }

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

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

background-color css

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

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

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

border-color css

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

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

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