Html Css Color HEX #F87C74 Salmon

📋 copy color: '#F87C74'

red 248 ◦ green 124 ◦ blue 116

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

Shades of Salmon #F87C74

Tints of Salmon #F87C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.41%

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 50.82%
G = 25.41%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F87C74 (or 0xF87C74) is known color: Salmon. HEX triplet: F8, 7C and 74. RGB value is (248,124,116). Sum of RGB (Red+Green+Blue) = 248+124+116=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C74 is #07838B. Grayscale: #A0A0A0. Windows color (decimal): -492428 or 7634168. OLE color: 7634168.

HSL color Cylindrical-coordinate representation of color #F87C74: hue angle of 3.64º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87C74 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 124 116 -
CMYK 0 0.5 0.53 0.03
HSL 3.64º 0.9% 0.71% -
HSV(B) 3.64º 0.53% 0.97% -
XYZ 49.07 35.63 20.81 -
YUV 160.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 248 124 116 0 0.5 0.53 0.03 3.64 0.9 0.71
Hex F8 7C 74 0 32 35 3 4 5A 47
Octal 370 174 164 0 62 65 3 4 132 107
Binary 11111000 1111100 1110100 0 110010 110101 11 100 1011010 1000111

Color Harmonies of #F87C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C74

Black with #F87C74

Text Example


Text Example

White with #F87C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C74; }

 p { color: rgb(248,124,116); }

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

background-color css

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

 a { background-color: rgb(248,124,116); }

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

border-color css

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

 span { border-color: rgb(248,124,116); }

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