Html Css Color HEX #F8836A Salmon

📋 copy color: '#F8836A'

red 248 ◦ green 131 ◦ blue 106

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

Shades of Salmon #F8836A

Tints of Salmon #F8836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.86%

R = 51.13%
G = 27.01%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8836A (or 0xF8836A) is known color: Salmon. HEX triplet: F8, 83 and 6A. RGB value is (248,131,106). Sum of RGB (Red+Green+Blue) = 248+131+106=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8836A is #077C95. Grayscale: #A3A3A3. Windows color (decimal): -490646 or 6980600. OLE color: 6980600.

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

Color convert

RGB 248 131 106 -
CMYK 0 0.47 0.57 0.03
HSL 10.56º 0.91% 0.69% -
HSV(B) 10.56º 0.57% 0.97% -
XYZ 49.43 37.23 18.22 -
YUV 163.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 248 131 106 0 0.47 0.57 0.03 10.56 0.91 0.69
Hex F8 83 6A 0 2F 39 3 B 5B 45
Octal 370 203 152 0 57 71 3 13 133 105
Binary 11111000 10000011 1101010 0 101111 111001 11 1011 1011011 1000101

Color Harmonies of #F8836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8836A

Black with #F8836A

Text Example


Text Example

White with #F8836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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