Html Css Color HEX #F88365 Salmon

📋 copy color: '#F88365'

red 248 ◦ green 131 ◦ blue 101

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

Shades of Salmon #F88365

Tints of Salmon #F88365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.29%

 BLUE value IS 101 (39.84% from 255) = 21.04%

R = 51.67%
G = 27.29%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F88365 (or 0xF88365) is known color: Salmon. HEX triplet: F8, 83 and 65. RGB value is (248,131,101). Sum of RGB (Red+Green+Blue) = 248+131+101=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F88365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88365 is #077C9A. Grayscale: #A2A2A2. Windows color (decimal): -490651 or 6652920. OLE color: 6652920.

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

Color convert

RGB 248 131 101 -
CMYK 0 0.47 0.59 0.03
HSL 12.24º 0.91% 0.68% -
HSV(B) 12.24º 0.59% 0.97% -
XYZ 49.18 37.13 16.89 -
YUV 162.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 248 131 101 0 0.47 0.59 0.03 12.24 0.91 0.68
Hex F8 83 65 0 2F 3B 3 C 5B 44
Octal 370 203 145 0 57 73 3 14 133 104
Binary 11111000 10000011 1100101 0 101111 111011 11 1100 1011011 1000100

Color Harmonies of #F88365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88365

Black with #F88365

Text Example


Text Example

White with #F88365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88365; }

 p { color: rgb(248,131,101); }

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

background-color css

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

 a { background-color: rgb(248,131,101); }

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

border-color css

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

 span { border-color: rgb(248,131,101); }

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