Html Css Color HEX #F87E6A Salmon

📋 copy color: '#F87E6A'

red 248 ◦ green 126 ◦ blue 106

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

Shades of Salmon #F87E6A

Tints of Salmon #F87E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

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

R = 51.67%
G = 26.25%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F87E6A (or 0xF87E6A) is known color: Salmon. HEX triplet: F8, 7E and 6A. RGB value is (248,126,106). Sum of RGB (Red+Green+Blue) = 248+126+106=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87E6A is #078195. Grayscale: #A0A0A0. Windows color (decimal): -491926 or 6979320. OLE color: 6979320.

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

Color convert

RGB 248 126 106 -
CMYK 0 0.49 0.57 0.03
HSL 8.45º 0.91% 0.69% -
HSV(B) 8.45º 0.57% 0.97% -
XYZ 48.77 35.92 18 -
YUV 160.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 248 126 106 0 0.49 0.57 0.03 8.45 0.91 0.69
Hex F8 7E 6A 0 31 39 3 8 5B 45
Octal 370 176 152 0 61 71 3 10 133 105
Binary 11111000 1111110 1101010 0 110001 111001 11 1000 1011011 1000101

Color Harmonies of #F87E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87E6A

Black with #F87E6A

Text Example


Text Example

White with #F87E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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