Html Css Color HEX #F9856A Salmon

📋 copy color: '#F9856A'

red 249 ◦ green 133 ◦ blue 106

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

Shades of Salmon #F9856A

Tints of Salmon #F9856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

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

R = 51.02%
G = 27.25%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9856A (or 0xF9856A) is known color: Salmon. HEX triplet: F9, 85 and 6A. RGB value is (249,133,106). Sum of RGB (Red+Green+Blue) = 249+133+106=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9856A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9856A is #067A95. Grayscale: #A4A4A4. Windows color (decimal): -424598 or 6981113. OLE color: 6981113.

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

Color convert

RGB 249 133 106 -
CMYK 0 0.47 0.57 0.02
HSL 11.33º 0.92% 0.7% -
HSV(B) 11.33º 0.57% 0.98% -
XYZ 50.06 37.96 18.32 -
YUV 164.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 249 133 106 0 0.47 0.57 0.02 11.33 0.92 0.7
Hex F9 85 6A 0 2F 39 2 B 5C 46
Octal 371 205 152 0 57 71 2 13 134 106
Binary 11111001 10000101 1101010 0 101111 111001 10 1011 1011100 1000110

Color Harmonies of #F9856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9856A

Black with #F9856A

Text Example


Text Example

White with #F9856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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