Html Css Color HEX #F49C7B Light Salmon

📋 copy color: '#F49C7B'

red 244 ◦ green 156 ◦ blue 123

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

Shades of Light Salmon #F49C7B

Tints of Light Salmon #F49C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.83%

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

R = 46.65%
G = 29.83%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F49C7B (or 0xF49C7B) is known color: Light Salmon. HEX triplet: F4, 9C and 7B. RGB value is (244,156,123). Sum of RGB (Red+Green+Blue) = 244+156+123=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49C7B is #0B6384. Grayscale: #B2B2B2. Windows color (decimal): -746373 or 8101108. OLE color: 8101108.

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

Color convert

RGB 244 156 123 -
CMYK 0 0.36 0.50 0.04
HSL 16.36º 0.85% 0.72% -
HSV(B) 16.36º 0.5% 0.96% -
XYZ 52.77 44.44 24.54 -
YUV 178.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 244 156 123 0 0.36 0.50 0.04 16.36 0.85 0.72
Hex F4 9C 7B 0 24 32 4 10 55 48
Octal 364 234 173 0 44 62 4 20 125 110
Binary 11110100 10011100 1111011 0 100100 110010 100 10000 1010101 1001000

Color Harmonies of #F49C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49C7B

Black with #F49C7B

Text Example


Text Example

White with #F49C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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