Html Css Color HEX #F9886B Salmon

📋 copy color: '#F9886B'

red 249 ◦ green 136 ◦ blue 107

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

Shades of Salmon #F9886B

Tints of Salmon #F9886B

RGB

 RED value IS 249 (97.66% from 255) = 50.61%

 GREEN value IS 136 (53.52% from 255) = 27.64%

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

R = 50.61%
G = 27.64%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9886B (or 0xF9886B) is known color: Salmon. HEX triplet: F9, 88 and 6B. RGB value is (249,136,107). Sum of RGB (Red+Green+Blue) = 249+136+107=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9886B is #067794. Grayscale: #A6A6A6. Windows color (decimal): -423829 or 7047417. OLE color: 7047417.

HSL color Cylindrical-coordinate representation of color #F9886B: hue angle of 12.25º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9886B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 136 107 -
CMYK 0 0.45 0.57 0.02
HSL 12.25º 0.92% 0.7% -
HSV(B) 12.25º 0.57% 0.98% -
XYZ 50.52 38.81 18.74 -
YUV 166.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 249 136 107 0 0.45 0.57 0.02 12.25 0.92 0.7
Hex F9 88 6B 0 2D 39 2 C 5C 46
Octal 371 210 153 0 55 71 2 14 134 106
Binary 11111001 10001000 1101011 0 101101 111001 10 1100 1011100 1000110

Color Harmonies of #F9886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9886B

Black with #F9886B

Text Example


Text Example

White with #F9886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9886B; }

 p { color: rgb(249,136,107); }

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

background-color css

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

 a { background-color: rgb(249,136,107); }

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

border-color css

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

 span { border-color: rgb(249,136,107); }

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