Html Css Color HEX #F88565 Salmon

📋 copy color: '#F88565'

red 248 ◦ green 133 ◦ blue 101

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

Shades of Salmon #F88565

Tints of Salmon #F88565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 51.45%
G = 27.59%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F88565 (or 0xF88565) is known color: Salmon. HEX triplet: F8, 85 and 65. RGB value is (248,133,101). Sum of RGB (Red+Green+Blue) = 248+133+101=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F88565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88565 is #077A9A. Grayscale: #A3A3A3. Windows color (decimal): -490139 or 6653432. OLE color: 6653432.

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

Color convert

RGB 248 133 101 -
CMYK 0 0.46 0.59 0.03
HSL 13.06º 0.91% 0.68% -
HSV(B) 13.06º 0.59% 0.97% -
XYZ 49.45 37.67 16.98 -
YUV 163.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 248 133 101 0 0.46 0.59 0.03 13.06 0.91 0.68
Hex F8 85 65 0 2E 3B 3 D 5B 44
Octal 370 205 145 0 56 73 3 15 133 104
Binary 11111000 10000101 1100101 0 101110 111011 11 1101 1011011 1000100

Color Harmonies of #F88565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88565

Black with #F88565

Text Example


Text Example

White with #F88565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88565; }

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

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

background-color css

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

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

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

border-color css

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

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

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