Html Css Color HEX #F4836F Salmon

📋 copy color: '#F4836F'

red 244 ◦ green 131 ◦ blue 111

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

Shades of Salmon #F4836F

Tints of Salmon #F4836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.95%

 BLUE value IS 111 (43.75% from 255) = 22.84%

R = 50.21%
G = 26.95%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4836F (or 0xF4836F) is known color: Salmon. HEX triplet: F4, 83 and 6F. RGB value is (244,131,111). Sum of RGB (Red+Green+Blue) = 244+131+111=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4836F is #0B7C90. Grayscale: #A2A2A2. Windows color (decimal): -752785 or 7308276. OLE color: 7308276.

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

Color convert

RGB 244 131 111 -
CMYK 0 0.46 0.55 0.04
HSL 9.02º 0.86% 0.7% -
HSV(B) 9.02º 0.55% 0.96% -
XYZ 48.29 36.61 19.56 -
YUV 162.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 244 131 111 0 0.46 0.55 0.04 9.02 0.86 0.7
Hex F4 83 6F 0 2E 37 4 9 56 46
Octal 364 203 157 0 56 67 4 11 126 106
Binary 11110100 10000011 1101111 0 101110 110111 100 1001 1010110 1000110

Color Harmonies of #F4836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4836F

Black with #F4836F

Text Example


Text Example

White with #F4836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4836F; }

 p { color: rgb(244,131,111); }

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

background-color css

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

 a { background-color: rgb(244,131,111); }

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

border-color css

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

 span { border-color: rgb(244,131,111); }

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