Html Css Color HEX #F88162 Salmon

📋 copy color: '#F88162'

red 248 ◦ green 129 ◦ blue 98

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

Shades of Salmon #F88162

Tints of Salmon #F88162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

 BLUE value IS 98 (38.67% from 255) = 20.63%

R = 52.21%
G = 27.16%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F88162 (or 0xF88162) is known color: Salmon. HEX triplet: F8, 81 and 62. RGB value is (248,129,98). Sum of RGB (Red+Green+Blue) = 248+129+98=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F88162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88162 is #077E9D. Grayscale: #A1A1A1. Windows color (decimal): -491166 or 6455800. OLE color: 6455800.

HSL color Cylindrical-coordinate representation of color #F88162: hue angle of 12.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F88162 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 129 98 -
CMYK 0 0.48 0.60 0.03
HSL 12.4º 0.91% 0.68% -
HSV(B) 12.4º 0.6% 0.97% -
XYZ 48.77 36.54 16.04 -
YUV 161.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 248 129 98 0 0.48 0.60 0.03 12.4 0.91 0.68
Hex F8 81 62 0 30 3C 3 C 5B 44
Octal 370 201 142 0 60 74 3 14 133 104
Binary 11111000 10000001 1100010 0 110000 111100 11 1100 1011011 1000100

Color Harmonies of #F88162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88162

Black with #F88162

Text Example


Text Example

White with #F88162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88162; }

 p { color: rgb(248,129,98); }

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

background-color css

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

 a { background-color: rgb(248,129,98); }

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

border-color css

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

 span { border-color: rgb(248,129,98); }

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