Html Css Color HEX #F87967 Salmon

📋 copy color: '#F87967'

red 248 ◦ green 121 ◦ blue 103

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

Shades of Salmon #F87967

Tints of Salmon #F87967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.64%

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 52.54%
G = 25.64%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F87967 (or 0xF87967) is known color: Salmon. HEX triplet: F8, 79 and 67. RGB value is (248,121,103). Sum of RGB (Red+Green+Blue) = 248+121+103=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F87967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87967 is #078698. Grayscale: #9D9D9D. Windows color (decimal): -493209 or 6781432. OLE color: 6781432.

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

Color convert

RGB 248 121 103 -
CMYK 0 0.51 0.58 0.03
HSL 7.45º 0.91% 0.69% -
HSV(B) 7.45º 0.58% 0.97% -
XYZ 48 34.61 16.98 -
YUV 156.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 248 121 103 0 0.51 0.58 0.03 7.45 0.91 0.69
Hex F8 79 67 0 33 3A 3 7 5B 45
Octal 370 171 147 0 63 72 3 7 133 105
Binary 11111000 1111001 1100111 0 110011 111010 11 111 1011011 1000101

Color Harmonies of #F87967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87967

Black with #F87967

Text Example


Text Example

White with #F87967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87967; }

 p { color: rgb(248,121,103); }

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

background-color css

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

 a { background-color: rgb(248,121,103); }

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

border-color css

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

 span { border-color: rgb(248,121,103); }

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