Html Css Color HEX #F9876A Salmon

📋 copy color: '#F9876A'

red 249 ◦ green 135 ◦ blue 106

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

Shades of Salmon #F9876A

Tints of Salmon #F9876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

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

R = 50.82%
G = 27.55%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9876A (or 0xF9876A) is known color: Salmon. HEX triplet: F9, 87 and 6A. RGB value is (249,135,106). Sum of RGB (Red+Green+Blue) = 249+135+106=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9876A is #067895. Grayscale: #A6A6A6. Windows color (decimal): -424086 or 6981625. OLE color: 6981625.

HSL color Cylindrical-coordinate representation of color #F9876A: hue angle of 12.17º 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 #F9876A is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 135 106 -
CMYK 0 0.46 0.57 0.02
HSL 12.17º 0.92% 0.7% -
HSV(B) 12.17º 0.57% 0.98% -
XYZ 50.33 38.51 18.42 -
YUV 165.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 249 135 106 0 0.46 0.57 0.02 12.17 0.92 0.7
Hex F9 87 6A 0 2E 39 2 C 5C 46
Octal 371 207 152 0 56 71 2 14 134 106
Binary 11111001 10000111 1101010 0 101110 111001 10 1100 1011100 1000110

Color Harmonies of #F9876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9876A

Black with #F9876A

Text Example


Text Example

White with #F9876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9876A; }

 p { color: rgb(249,135,106); }

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

background-color css

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

 a { background-color: rgb(249,135,106); }

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

border-color css

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

 span { border-color: rgb(249,135,106); }

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