Html Css Color HEX #F9866F Salmon

📋 copy color: '#F9866F'

red 249 ◦ green 134 ◦ blue 111

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

Shades of Salmon #F9866F

Tints of Salmon #F9866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.13%

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 50.4%
G = 27.13%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9866F (or 0xF9866F) is known color: Salmon. HEX triplet: F9, 86 and 6F. RGB value is (249,134,111). Sum of RGB (Red+Green+Blue) = 249+134+111=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9866F is #067990. Grayscale: #A5A5A5. Windows color (decimal): -424337 or 7309049. OLE color: 7309049.

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

Color convert

RGB 249 134 111 -
CMYK 0 0.46 0.55 0.02
HSL 10º 0.92% 0.71% -
HSV(B) 10º 0.55% 0.98% -
XYZ 50.46 38.34 19.78 -
YUV 165.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 249 134 111 0 0.46 0.55 0.02 10 0.92 0.71
Hex F9 86 6F 0 2E 37 2 A 5C 47
Octal 371 206 157 0 56 67 2 12 134 107
Binary 11111001 10000110 1101111 0 101110 110111 10 1010 1011100 1000111

Color Harmonies of #F9866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9866F

Black with #F9866F

Text Example


Text Example

White with #F9866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9866F; }

 p { color: rgb(249,134,111); }

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

background-color css

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

 a { background-color: rgb(249,134,111); }

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

border-color css

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

 span { border-color: rgb(249,134,111); }

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