Html Css Color HEX #F49A7B Dark Salmon

📋 copy color: '#F49A7B'

red 244 ◦ green 154 ◦ blue 123

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

Shades of Dark Salmon #F49A7B

Tints of Dark Salmon #F49A7B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.56%

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

R = 46.83%
G = 29.56%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F49A7B (or 0xF49A7B) is known color: Dark Salmon. HEX triplet: F4, 9A and 7B. RGB value is (244,154,123). Sum of RGB (Red+Green+Blue) = 244+154+123=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49A7B is #0B6584. Grayscale: #B1B1B1. Windows color (decimal): -746885 or 8100596. OLE color: 8100596.

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

Color convert

RGB 244 154 123 -
CMYK 0 0.37 0.50 0.04
HSL 15.37º 0.85% 0.72% -
HSV(B) 15.37º 0.5% 0.96% -
XYZ 52.44 43.77 24.42 -
YUV 177.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 244 154 123 0 0.37 0.50 0.04 15.37 0.85 0.72
Hex F4 9A 7B 0 25 32 4 F 55 48
Octal 364 232 173 0 45 62 4 17 125 110
Binary 11110100 10011010 1111011 0 100101 110010 100 1111 1010101 1001000

Color Harmonies of #F49A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49A7B

Black with #F49A7B

Text Example


Text Example

White with #F49A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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