Html Css Color HEX #F49274 Dark Salmon

📋 copy color: '#F49274'

red 244 ◦ green 146 ◦ blue 116

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

Shades of Dark Salmon #F49274

Tints of Dark Salmon #F49274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 48.22%
G = 28.85%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F49274 (or 0xF49274) is known color: Dark Salmon. HEX triplet: F4, 92 and 74. RGB value is (244,146,116). Sum of RGB (Red+Green+Blue) = 244+146+116=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F49274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49274 is #0B6D8B. Grayscale: #ACACAC. Windows color (decimal): -748940 or 7639796. OLE color: 7639796.

HSL color Cylindrical-coordinate representation of color #F49274: hue angle of 14.06º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F49274 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 146 116 -
CMYK 0 0.40 0.52 0.04
HSL 14.06º 0.85% 0.71% -
HSV(B) 14.06º 0.52% 0.96% -
XYZ 50.74 41.05 21.77 -
YUV 171.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 244 146 116 0 0.40 0.52 0.04 14.06 0.85 0.71
Hex F4 92 74 0 28 34 4 E 55 47
Octal 364 222 164 0 50 64 4 16 125 107
Binary 11110100 10010010 1110100 0 101000 110100 100 1110 1010101 1000111

Color Harmonies of #F49274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49274

Black with #F49274

Text Example


Text Example

White with #F49274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49274; }

 p { color: rgb(244,146,116); }

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

background-color css

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

 a { background-color: rgb(244,146,116); }

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

border-color css

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

 span { border-color: rgb(244,146,116); }

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