Html Css Color HEX #F48465 Salmon

📋 copy color: '#F48465'

red 244 ◦ green 132 ◦ blue 101

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

Shades of Salmon #F48465

Tints of Salmon #F48465

RGB

 RED value IS 244 (95.7% from 255) = 51.15%

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

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

R = 51.15%
G = 27.67%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F48465 (or 0xF48465) is known color: Salmon. HEX triplet: F4, 84 and 65. RGB value is (244,132,101). Sum of RGB (Red+Green+Blue) = 244+132+101=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F48465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48465 is #0B7B9A. Grayscale: #A2A2A2. Windows color (decimal): -752539 or 6653172. OLE color: 6653172.

HSL color Cylindrical-coordinate representation of color #F48465: hue angle of 13.01º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F48465 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 101 -
CMYK 0 0.46 0.59 0.04
HSL 13.01º 0.87% 0.68% -
HSV(B) 13.01º 0.59% 0.96% -
XYZ 47.91 36.68 16.87 -
YUV 161.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 244 132 101 0 0.46 0.59 0.04 13.01 0.87 0.68
Hex F4 84 65 0 2E 3B 4 D 57 44
Octal 364 204 145 0 56 73 4 15 127 104
Binary 11110100 10000100 1100101 0 101110 111011 100 1101 1010111 1000100

Color Harmonies of #F48465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48465

Black with #F48465

Text Example


Text Example

White with #F48465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48465; }

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

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

background-color css

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

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

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

border-color css

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

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

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