Html Css Color HEX #F4856B Salmon

📋 copy color: '#F4856B'

red 244 ◦ green 133 ◦ blue 107

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

Shades of Salmon #F4856B

Tints of Salmon #F4856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 50.41%
G = 27.48%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4856B (or 0xF4856B) is known color: Salmon. HEX triplet: F4, 85 and 6B. RGB value is (244,133,107). Sum of RGB (Red+Green+Blue) = 244+133+107=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4856B is #0B7A94. Grayscale: #A3A3A3. Windows color (decimal): -752277 or 7046644. OLE color: 7046644.

HSL color Cylindrical-coordinate representation of color #F4856B: hue angle of 11.39º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4856B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 133 107 -
CMYK 0 0.45 0.56 0.04
HSL 11.39º 0.86% 0.69% -
HSV(B) 11.39º 0.56% 0.96% -
XYZ 48.35 37.07 18.52 -
YUV 163.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 244 133 107 0 0.45 0.56 0.04 11.39 0.86 0.69
Hex F4 85 6B 0 2D 38 4 B 56 45
Octal 364 205 153 0 55 70 4 13 126 105
Binary 11110100 10000101 1101011 0 101101 111000 100 1011 1010110 1000101

Color Harmonies of #F4856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4856B

Black with #F4856B

Text Example


Text Example

White with #F4856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4856B; }

 p { color: rgb(244,133,107); }

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

background-color css

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

 a { background-color: rgb(244,133,107); }

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

border-color css

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

 span { border-color: rgb(244,133,107); }

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