Html Css Color HEX #F47E6B Salmon

📋 copy color: '#F47E6B'

red 244 ◦ green 126 ◦ blue 107

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

Shades of Salmon #F47E6B

Tints of Salmon #F47E6B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.42%

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

R = 51.15%
G = 26.42%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F47E6B (or 0xF47E6B) is known color: Salmon. HEX triplet: F4, 7E and 6B. RGB value is (244,126,107). Sum of RGB (Red+Green+Blue) = 244+126+107=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F47E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47E6B is #0B8194. Grayscale: #9F9F9F. Windows color (decimal): -754069 or 7044852. OLE color: 7044852.

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

Color convert

RGB 244 126 107 -
CMYK 0 0.48 0.56 0.04
HSL 8.32º 0.86% 0.69% -
HSV(B) 8.32º 0.56% 0.96% -
XYZ 47.42 35.22 18.21 -
YUV 159.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 244 126 107 0 0.48 0.56 0.04 8.32 0.86 0.69
Hex F4 7E 6B 0 30 38 4 8 56 45
Octal 364 176 153 0 60 70 4 10 126 105
Binary 11110100 1111110 1101011 0 110000 111000 100 1000 1010110 1000101

Color Harmonies of #F47E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47E6B

Black with #F47E6B

Text Example


Text Example

White with #F47E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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