Html Css Color HEX #F48C7B Salmon

📋 copy color: '#F48C7B'

red 244 ◦ green 140 ◦ blue 123

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

Shades of Salmon #F48C7B

Tints of Salmon #F48C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 48.13%
G = 27.61%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F48C7B (or 0xF48C7B) is known color: Salmon. HEX triplet: F4, 8C and 7B. RGB value is (244,140,123). Sum of RGB (Red+Green+Blue) = 244+140+123=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C7B is #0B7384. Grayscale: #A9A9A9. Windows color (decimal): -750469 or 8097012. OLE color: 8097012.

HSL color Cylindrical-coordinate representation of color #F48C7B: hue angle of 8.43º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F48C7B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 140 123 -
CMYK 0 0.43 0.50 0.04
HSL 8.43º 0.85% 0.72% -
HSV(B) 8.43º 0.5% 0.96% -
XYZ 50.26 39.42 23.7 -
YUV 169.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 244 140 123 0 0.43 0.50 0.04 8.43 0.85 0.72
Hex F4 8C 7B 0 2B 32 4 8 55 48
Octal 364 214 173 0 53 62 4 10 125 110
Binary 11110100 10001100 1111011 0 101011 110010 100 1000 1010101 1001000

Color Harmonies of #F48C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C7B

Black with #F48C7B

Text Example


Text Example

White with #F48C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C7B; }

 p { color: rgb(244,140,123); }

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

background-color css

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

 a { background-color: rgb(244,140,123); }

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

border-color css

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

 span { border-color: rgb(244,140,123); }

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