Html Css Color HEX #F88665 Salmon

📋 copy color: '#F88665'

red 248 ◦ green 134 ◦ blue 101

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

Shades of Salmon #F88665

Tints of Salmon #F88665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

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

R = 51.35%
G = 27.74%
B = 20.91%

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

#F88665 (or 0xF88665) is known color: Salmon. HEX triplet: F8, 86 and 65. RGB value is (248,134,101). Sum of RGB (Red+Green+Blue) = 248+134+101=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F88665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88665 is #07799A. Grayscale: #A4A4A4. Windows color (decimal): -489883 or 6653688. OLE color: 6653688.

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

Color convert

RGB 248 134 101 -
CMYK 0 0.46 0.59 0.03
HSL 13.47º 0.91% 0.68% -
HSV(B) 13.47º 0.59% 0.97% -
XYZ 49.59 37.95 17.02 -
YUV 164.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 248 134 101 0 0.46 0.59 0.03 13.47 0.91 0.68
Hex F8 86 65 0 2E 3B 3 D 5B 44
Octal 370 206 145 0 56 73 3 15 133 104
Binary 11111000 10000110 1100101 0 101110 111011 11 1101 1011011 1000100

Color Harmonies of #F88665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88665

Black with #F88665

Text Example


Text Example

White with #F88665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88665; }

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

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

background-color css

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

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

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

border-color css

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

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

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