Html Css Color HEX #F88465 Salmon

📋 copy color: '#F88465'

red 248 ◦ green 132 ◦ blue 101

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

Shades of Salmon #F88465

Tints of Salmon #F88465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 51.56%
G = 27.44%
B = 21%

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

#F88465 (or 0xF88465) is known color: Salmon. HEX triplet: F8, 84 and 65. RGB value is (248,132,101). Sum of RGB (Red+Green+Blue) = 248+132+101=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F88465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88465 is #077B9A. Grayscale: #A3A3A3. Windows color (decimal): -490395 or 6653176. OLE color: 6653176.

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

Color convert

RGB 248 132 101 -
CMYK 0 0.47 0.59 0.03
HSL 12.65º 0.91% 0.68% -
HSV(B) 12.65º 0.59% 0.97% -
XYZ 49.31 37.4 16.93 -
YUV 163.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 248 132 101 0 0.47 0.59 0.03 12.65 0.91 0.68
Hex F8 84 65 0 2F 3B 3 D 5B 44
Octal 370 204 145 0 57 73 3 15 133 104
Binary 11111000 10000100 1100101 0 101111 111011 11 1101 1011011 1000100

Color Harmonies of #F88465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88465

Black with #F88465

Text Example


Text Example

White with #F88465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88465; }

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

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

background-color css

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

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

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

border-color css

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

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

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