Html Css Color HEX #F8836C Salmon

📋 copy color: '#F8836C'

red 248 ◦ green 131 ◦ blue 108

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

Shades of Salmon #F8836C

Tints of Salmon #F8836C

RGB

 RED value IS 248 (97.27% from 255) = 50.92%

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

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 50.92%
G = 26.9%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8836C (or 0xF8836C) is known color: Salmon. HEX triplet: F8, 83 and 6C. RGB value is (248,131,108). Sum of RGB (Red+Green+Blue) = 248+131+108=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8836C is #077C93. Grayscale: #A3A3A3. Windows color (decimal): -490644 or 7111672. OLE color: 7111672.

HSL color Cylindrical-coordinate representation of color #F8836C: hue angle of 9.86º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8836C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 131 108 -
CMYK 0 0.47 0.56 0.03
HSL 9.86º 0.91% 0.7% -
HSV(B) 9.86º 0.56% 0.97% -
XYZ 49.53 37.27 18.77 -
YUV 163.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 248 131 108 0 0.47 0.56 0.03 9.86 0.91 0.7
Hex F8 83 6C 0 2F 38 3 A 5B 46
Octal 370 203 154 0 57 70 3 12 133 106
Binary 11111000 10000011 1101100 0 101111 111000 11 1010 1011011 1000110

Color Harmonies of #F8836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8836C

Black with #F8836C

Text Example


Text Example

White with #F8836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8836C; }

 p { color: rgb(248,131,108); }

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

background-color css

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

 a { background-color: rgb(248,131,108); }

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

border-color css

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

 span { border-color: rgb(248,131,108); }

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