Html Css Color HEX #F48866 Salmon

📋 copy color: '#F48866'

red 244 ◦ green 136 ◦ blue 102

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

Shades of Salmon #F48866

Tints of Salmon #F48866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.22%

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 50.62%
G = 28.22%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F48866 (or 0xF48866) is known color: Salmon. HEX triplet: F4, 88 and 66. RGB value is (244,136,102). Sum of RGB (Red+Green+Blue) = 244+136+102=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F48866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48866 is #0B7799. Grayscale: #A4A4A4. Windows color (decimal): -751514 or 6719732. OLE color: 6719732.

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

Color convert

RGB 244 136 102 -
CMYK 0 0.44 0.58 0.04
HSL 14.37º 0.87% 0.68% -
HSV(B) 14.37º 0.58% 0.96% -
XYZ 48.51 37.8 17.31 -
YUV 164.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 244 136 102 0 0.44 0.58 0.04 14.37 0.87 0.68
Hex F4 88 66 0 2C 3A 4 E 57 44
Octal 364 210 146 0 54 72 4 16 127 104
Binary 11110100 10001000 1100110 0 101100 111010 100 1110 1010111 1000100

Color Harmonies of #F48866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48866

Black with #F48866

Text Example


Text Example

White with #F48866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48866; }

 p { color: rgb(244,136,102); }

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

background-color css

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

 a { background-color: rgb(244,136,102); }

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

border-color css

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

 span { border-color: rgb(244,136,102); }

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