Html Css Color HEX #F48265 Salmon

📋 copy color: '#F48265'

red 244 ◦ green 130 ◦ blue 101

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

Shades of Salmon #F48265

Tints of Salmon #F48265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

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

R = 51.37%
G = 27.37%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F48265 (or 0xF48265) is known color: Salmon. HEX triplet: F4, 82 and 65. RGB value is (244,130,101). Sum of RGB (Red+Green+Blue) = 244+130+101=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F48265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48265 is #0B7D9A. Grayscale: #A1A1A1. Windows color (decimal): -753051 or 6652660. OLE color: 6652660.

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

Color convert

RGB 244 130 101 -
CMYK 0 0.47 0.59 0.04
HSL 12.17º 0.87% 0.68% -
HSV(B) 12.17º 0.59% 0.96% -
XYZ 47.64 36.14 16.78 -
YUV 160.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 244 130 101 0 0.47 0.59 0.04 12.17 0.87 0.68
Hex F4 82 65 0 2F 3B 4 C 57 44
Octal 364 202 145 0 57 73 4 14 127 104
Binary 11110100 10000010 1100101 0 101111 111011 100 1100 1010111 1000100

Color Harmonies of #F48265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48265

Black with #F48265

Text Example


Text Example

White with #F48265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48265; }

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

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

background-color css

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

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

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

border-color css

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

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

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